Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	app/src/plugin/platformUtils.ts
This commit is contained in:
Vanessa 2026-03-09 17:23:45 +08:00
commit 4be2b8d023

View file

@ -70,7 +70,7 @@ export const sendNotification = (options: {
cmd: "notification",
title,
body,
timeoutType: options.timeoutType || "never"
timeoutType: options.timeoutType || "default"
});
}, delayInSeconds * 1000);
resolve(timeoutId);