feat: 发布1.0.0.106
This commit is contained in:
@@ -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格式是否有效
|
||||
|
||||
Reference in New Issue
Block a user