feat: 增加AI模块功能
This commit is contained in:
@@ -11,6 +11,10 @@ function getEmptyProfile(): IProfile {
|
||||
return {
|
||||
gender: '',
|
||||
height: null,
|
||||
birthYear: null,
|
||||
occupation: '',
|
||||
condition: [],
|
||||
goal: '',
|
||||
name: '',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user