feat: 增加数据统计自定义功能

This commit is contained in:
2026-08-31 22:22:24 +08:00
parent dd5e4a255a
commit f85a6ded2a
6 changed files with 117 additions and 8 deletions

View File

@@ -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,
}),