新增邮件显示已读未读功能

This commit is contained in:
eoao
2025-11-18 22:08:00 +08:00
parent 0395992b5b
commit 9a089da3b7
12 changed files with 102 additions and 16 deletions

View File

@@ -12,6 +12,7 @@ export const useEmailStore = defineStore('email', {
delType: null,
showStar: true,
showReply: true,
showUnread: false
},
sendScroll: null,
}),