feat: 任务中心-重做任务

This commit is contained in:
rd
2025-07-18 17:47:16 +08:00
parent 4f10e5edf1
commit 7956594705
14 changed files with 47 additions and 77 deletions

View File

@ -94,7 +94,6 @@ export const useSidebarStore = defineStore('sidebar', {
}
},
async removeTaskUnreadInfo() {
console.log('removeTaskUnreadInfo');
patchTaskRead({ ids: this.unreadInfo });
this.unreadInfo = [];
},