feat: 增加AI模块功能

This commit is contained in:
2026-09-03 13:05:31 +08:00
parent 389db4f279
commit 7ba7dbc942
10 changed files with 262 additions and 37 deletions

View File

@@ -16,7 +16,11 @@ export const useProfileStore = defineStore('profile', {
showAboutPopup: false,
profileForm: {
gender: '',
height: 0,
height: 170,
birthYear: 1990,
occupation: '',
condition: [],
goal: '',
name: '',
} as IProfile,
themeColor: 'purple',