fi: 2.6.4

This commit is contained in:
手瓜一十雪
2024-09-17 23:40:44 +08:00
parent 602c40d30a
commit d287cb4eee
8 changed files with 9 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ export async function NCoreInitShell() {
systemPlatform = PlatformType.KMAC;
break;
case 'linux':
systemPlatform = PlatformType.KANDROID; //Android 怎么不算Linux!
systemPlatform = PlatformType.KLINUX;
break;
}
if (!basicInfoWrapper.QQVersionAppid || !basicInfoWrapper.QQVersionQua) throw new Error('QQVersionAppid or QQVersionQua is not defined');