feat: new

This commit is contained in:
luo
2026-09-16 16:32:08 +08:00
parent 6a1543f9f6
commit 8bd9de15cd
22 changed files with 2502 additions and 33 deletions

3
utils/popup.js Normal file
View File

@@ -0,0 +1,3 @@
// 会话级去重:后端同日重复请求返回同一 notification_id
// 弹窗展示时登记,跨页面/组件实例共享,避免同一天重复弹出同一个弹窗。
export const handledPopupNotificationIds = new Set();