完善登录逻辑和个人资料完善
This commit is contained in:
@@ -10,10 +10,17 @@ export type UserProfile ={
|
||||
bio?: string;
|
||||
avatar_url?: string;
|
||||
preferred_language?: string;
|
||||
health_goal?: string;
|
||||
service_address?: string;
|
||||
emergency_contact?: string;
|
||||
chronic_notes?: string;
|
||||
care_preference?: string;
|
||||
role?:string;
|
||||
school_id?: string; // 所属学校ID
|
||||
grade_id?: string; // 所属年级ID
|
||||
class_id?: string; // 所属班级ID
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
|
||||
// 语言选项类型 - 对应 ak_languages 表
|
||||
|
||||
Reference in New Issue
Block a user