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

@@ -261,7 +261,7 @@ export async function genSessionConfig(QQVersionAppid: string, QQVersion: string
systemPlatform = PlatformType.KMAC;
break;
case 'linux':
systemPlatform = PlatformType.KANDROID; //Android 怎么不算Linux!
systemPlatform = PlatformType.KLINUX;
break;
}
return {

View File

@@ -253,7 +253,7 @@ export interface EnginInitDesktopConfig {
app_type: 4;
app_version: string;
os_version: string;
use_xlog: true;
use_xlog: boolean;
qua: string;
global_path_config: {
desktopGlobalPath: string;
@@ -283,6 +283,7 @@ export enum PlatformType {
KIOS,
KWINDOWS,
KMAC,
KLINUX
}
export enum DeviceType {