feat: 增加数据统计自定义功能
This commit is contained in:
@@ -8,6 +8,7 @@ export const useProfileStore = defineStore('profile', {
|
||||
showStoragePopup: false,
|
||||
showOverviewPopup: false,
|
||||
showPlanPopup: false,
|
||||
showStatsPopup: false,
|
||||
showDefaultRecordValuePopup: false,
|
||||
showPointPopup: false,
|
||||
profileForm: {
|
||||
@@ -29,6 +30,7 @@ export const useProfileStore = defineStore('profile', {
|
||||
storageMax: 1000,
|
||||
overviewList: [] as string[],
|
||||
planList: [] as string[],
|
||||
statsList: [] as string[],
|
||||
defaultList: [],
|
||||
isRefresh: false,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user