From f911f5b4fc4169b4559a07bbc64afa57f4752634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sat, 27 Apr 2024 17:49:00 +0800 Subject: [PATCH] fix:update win appid to 23159 --- CHANGELOG.md | 1 + src/common/utils/QQBasicInfo.ts | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 149cdc98..eec5b103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,4 @@ 3. 支持了好友添加上报事件 4. 重构了商城表情URL拼接 5. 重构了Core日志与服务调用部分 +6. 适配最新版Win 9.9.9 23159 \ No newline at end of file diff --git a/src/common/utils/QQBasicInfo.ts b/src/common/utils/QQBasicInfo.ts index 30b507b1..2ffca12c 100644 --- a/src/common/utils/QQBasicInfo.ts +++ b/src/common/utils/QQBasicInfo.ts @@ -37,11 +37,11 @@ type QQVersionConfigInfo = { } let _qqVersionConfigInfo: QQVersionConfigInfo = { - 'baseVersion': '9.9.9-22578', - 'curVersion': '9.9.9-22578', + 'baseVersion': '9.9.9-23159', + 'curVersion': '9.9.9-23159', 'prevVersion': '', 'onErrorVersions': [], - 'buildId': '22578' + 'buildId': '23159' }; if (fs.existsSync(configVersionInfoPath)) { @@ -64,7 +64,7 @@ export const qqPkgInfo: QQPkgInfo = require(pkgInfoPath); // platVer: '10.0.26100', // clientVer: '9.9.9-23159', -let _appid: string = '537213335'; // 默认为 Windows 平台的 appid +let _appid: string = '537213764'; // 默认为 Windows 平台的 appid if (systemPlatform === 'linux') { _appid = '537213710'; }