feat: 增加主题色功能

This commit is contained in:
2026-09-01 11:15:00 +08:00
parent bb5a9b3c0f
commit bc6512f668
12 changed files with 386 additions and 229 deletions

View File

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