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'; }