feat: 增加存储上限提示功能
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user