小程序修改

This commit is contained in:
2026-07-12 19:44:36 +08:00
parent 3b4833b51a
commit e2dfb08de3
45 changed files with 2028 additions and 347 deletions
+2
View File
@@ -121,4 +121,6 @@ export type UserProfile = {
phone?: string | null;
nickname?: string | null;
avatarUrl?: string | null;
phoneVerified?: boolean;
hasWechat?: boolean;
};