用户生日、性别、职业、地址、ntrp水平 Picker编辑

This commit is contained in:
2025-09-17 23:25:32 +08:00
parent bb2b31af67
commit 7958e4ee3e
6 changed files with 208 additions and 142 deletions

View File

@@ -19,7 +19,6 @@ export interface UserInfo {
participated: number;
};
personal_profile: string;
location: string;
occupation: string;
ntrp_level: string;
phone?: string;
@@ -31,6 +30,9 @@ export interface UserInfo {
is_following?: boolean;
tags?: string[];
ongoing_games?: string[];
country?: string;
province?: string;
city?: string;
}
// 用户信息卡片组件属性