设置 App 图标与启动页,并修复记分详情回显与环值分布溢出。
同步恢复试用次数校验,免费额度调整为 2 次,便于验证 IAP 流程。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -3,7 +3,7 @@ class AppDefaults {
|
||||
|
||||
static const int singletonId = 1;
|
||||
|
||||
static const int defaultFreeTrialLimit = 10;
|
||||
static const int defaultFreeTrialLimit = 2;
|
||||
static const int nicknameRandomMin = 1000;
|
||||
static const int nicknameRandomMax = 9999;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user