feat: 增加AI模块功能
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user