feat: 增加删除记录功能
This commit is contained in:
@@ -6,14 +6,15 @@ export const useProfileStore = defineStore('profile', {
|
||||
state: () => ({
|
||||
showProfilePopup: false,
|
||||
showStoragePopup: false,
|
||||
showOverviewPopup: false,
|
||||
profileForm: {
|
||||
gender: '',
|
||||
height: 0,
|
||||
name: '',
|
||||
weight: 0,
|
||||
} as IProfile,
|
||||
storageStats: [] as IStats[],
|
||||
storageTotal: 0,
|
||||
overviewList: [] as string[],
|
||||
isRefresh: false,
|
||||
}),
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user