feat: 发布1.0.0.105

This commit is contained in:
2026-01-25 23:20:40 -08:00
parent e00754847d
commit e7b8eaf8ab
3 changed files with 32 additions and 14 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class KRAppRunData {
static final KRAppRunData _instance = KRAppRunData._internal();
static const String _keyUserInfo = 'USER_INFO';
static const bool inviteDebugMode = true;
static const bool inviteDebugMode = false;
/// 登录token
String? kr_token;