修复白屏BUG、UI 边界溢出 BUG

This commit is contained in:
2026-08-09 01:35:48 +08:00
parent 4a357024bc
commit 4385c6941e
24 changed files with 485 additions and 206 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ class AppDefaults {
static const int singletonId = 1;
static const int defaultFreeTrialLimit = 2;
static const int defaultFreeTrialLimit = 10;
static const int nicknameRandomMin = 1000;
static const int nicknameRandomMax = 9999;