Files
agent-desktop/console
Pine b7e26ca1b2 修复:通知徽章实时更新状态,读完后立即更新无需刷新
- 新增全局通知store(notificationStore.ts):统一管理未读数量,支持setUnread/decrementUnread/refreshUnread/markAllRead/markOneRead
- 修改Sidebar.tsx:从全局store读取未读数量,useNotifyChannel的onUnread回调同步到全局store
- 修改Notifications.tsx:标记全部已读和单条已读时调用全局store方法,立即更新未读数量
- 修复TrainingCenter.tsx和Notifications.tsx中的语法错误(缺少右括号)
- 所有页面的通知徽章现在都能实时同步,标记已读后立即更新,无需刷新页面
2026-09-05 18:06:48 +08:00
..