flat: 缓存

This commit is contained in:
Apcallover
2025-11-28 19:47:42 +08:00
parent 550173c82d
commit d84fd90a11
10 changed files with 691 additions and 12 deletions

View File

@@ -108,4 +108,6 @@ export const useReadMsg = defineStore('readMsg', () => {
markAsRead,
updateTabBarBadge
}
}, {
unistorage: true,
})