新增未读消息计数和桌面图标徽章更新功能

This commit is contained in:
jxxghp
2025-06-12 22:58:16 +08:00
parent b69a338e13
commit 750b91db66
5 changed files with 178 additions and 10 deletions

View File

@@ -1008,6 +1008,8 @@ export interface SystemNotification {
text: string
// 通知时间
date: string
// 是否已读
read?: boolean
}
// 下载器配置