feat: 发布1.0.0.106

This commit is contained in:
2026-01-26 00:26:27 -08:00
parent e7b8eaf8ab
commit 8b67d1f6b1
6 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class KRAppRunData {
/// 判断是否是设备登录(游客模式)
bool isDeviceLogin() {
// 设备登录的账号格式为 "device_设备ID"
return kr_account.value != null && kr_account.value!.startsWith('9000');
return kr_authType.value != null && kr_authType.value == 'device';
}
/// 🔧 修复2.1:验证Token格式是否有效