feat: 更新用户设置模块
This commit is contained in:
@@ -7,6 +7,7 @@ export const useProfileStore = defineStore('profile', {
|
||||
showProfilePopup: false,
|
||||
showStoragePopup: false,
|
||||
showOverviewPopup: false,
|
||||
showPlanPopup: false,
|
||||
profileForm: {
|
||||
gender: '',
|
||||
height: 0,
|
||||
@@ -15,6 +16,7 @@ export const useProfileStore = defineStore('profile', {
|
||||
storageStats: [] as IStats[],
|
||||
storageTotal: 0,
|
||||
overviewList: [] as string[],
|
||||
planList: [] as string[],
|
||||
isRefresh: false,
|
||||
}),
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user