feat: 增加主题色功能
This commit is contained in:
@@ -12,11 +12,13 @@ export const useProfileStore = defineStore('profile', {
|
||||
showStatsPopup: false,
|
||||
showDefaultRecordValuePopup: false,
|
||||
showPointPopup: false,
|
||||
showThemePopup: false,
|
||||
profileForm: {
|
||||
gender: '',
|
||||
height: 0,
|
||||
name: '',
|
||||
} as IProfile,
|
||||
themeColor: 'purple',
|
||||
defaultRecordValueForm: {
|
||||
weightValue: 70,
|
||||
sportDuration: 30,
|
||||
|
||||
Reference in New Issue
Block a user