perf: 桌面通知自动关闭

dev/timezone
Lei OT 1 year ago
parent 34bf5e2631
commit 9389c033f9

@ -646,7 +646,7 @@ export const handleNotification = (title, _options) => {
}
var notification;
const options = {
requireInteraction: true, // 设置手动关闭
// requireInteraction: true, // 设置手动关闭
// tag: 'global-sales-notification', // 通知ID同类通知建议设置相同ID避免通知过多遮挡桌面
// icon: '/favicon.ico', // 通知图标
..._options,

Loading…
Cancel
Save