优化不能修改昵称弹窗

This commit is contained in:
2025-12-03 16:26:03 +08:00
parent b77b4b0536
commit 828a090daa
4 changed files with 21 additions and 5 deletions

View File

@@ -96,6 +96,7 @@ export interface NicknameChangeStatus {
period_start_time: string;
next_period_start_time: string;
days_until_next_period: number;
next_period_start_date?: string;
}
// 后端球局数据接口