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

@@ -11,6 +11,10 @@ function getEmptyProfile(): IProfile {
return {
gender: '',
height: null,
birthYear: null,
occupation: '',
condition: [],
goal: '',
name: '',
}
}