feat: 增加会员功能

This commit is contained in:
2026-09-05 16:19:56 +08:00
parent c1592cdc5b
commit dea55bec15
7 changed files with 88 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ const DEFAULT_RECORD_VALUE_KEY = 'user_default_record_value'
function getEmptyProfile(): IProfile {
return {
id: '',
gender: '',
height: null,
birthYear: null,