管理面板功能完善,注册需要手机号

This commit is contained in:
yoyuzh
2026-03-20 10:35:04 +08:00
parent ff8d47f44f
commit 944ab6dbf8
21 changed files with 213 additions and 15 deletions

View File

@@ -3,6 +3,7 @@ export interface UserProfile {
username: string;
displayName?: string | null;
email: string;
phoneNumber?: string | null;
bio?: string | null;
preferredLanguage?: string | null;
avatarUrl?: string | null;
@@ -22,6 +23,7 @@ export interface AdminUser {
id: number;
username: string;
email: string;
phoneNumber: string | null;
createdAt: string;
lastSchoolStudentId: string | null;
lastSchoolSemester: string | null;