feat: 增加存储上限提示功能

This commit is contained in:
2026-08-28 15:55:46 +08:00
parent 338ba726a0
commit 196251dfc9
4 changed files with 20 additions and 16 deletions

View File

@@ -15,6 +15,7 @@ export const useProfileStore = defineStore('profile', {
} as IProfile,
storageStats: [] as IStats[],
storageTotal: 0,
storageMax: 1000,
overviewList: [] as string[],
planList: [] as string[],
isRefresh: false,