fix:update win appid to 23159

This commit is contained in:
手瓜一十雪 2024-04-27 17:49:00 +08:00
parent ad1694d291
commit f911f5b4fc
2 changed files with 5 additions and 4 deletions

View File

@ -3,3 +3,4 @@
3. 支持了好友添加上报事件 3. 支持了好友添加上报事件
4. 重构了商城表情URL拼接 4. 重构了商城表情URL拼接
5. 重构了Core日志与服务调用部分 5. 重构了Core日志与服务调用部分
6. 适配最新版Win 9.9.9 23159

View File

@ -37,11 +37,11 @@ type QQVersionConfigInfo = {
} }
let _qqVersionConfigInfo: QQVersionConfigInfo = { let _qqVersionConfigInfo: QQVersionConfigInfo = {
'baseVersion': '9.9.9-22578', 'baseVersion': '9.9.9-23159',
'curVersion': '9.9.9-22578', 'curVersion': '9.9.9-23159',
'prevVersion': '', 'prevVersion': '',
'onErrorVersions': [], 'onErrorVersions': [],
'buildId': '22578' 'buildId': '23159'
}; };
if (fs.existsSync(configVersionInfoPath)) { if (fs.existsSync(configVersionInfoPath)) {
@ -64,7 +64,7 @@ export const qqPkgInfo: QQPkgInfo = require(pkgInfoPath);
// platVer: '10.0.26100', // platVer: '10.0.26100',
// clientVer: '9.9.9-23159', // clientVer: '9.9.9-23159',
let _appid: string = '537213335'; // 默认为 Windows 平台的 appid let _appid: string = '537213764'; // 默认为 Windows 平台的 appid
if (systemPlatform === 'linux') { if (systemPlatform === 'linux') {
_appid = '537213710'; _appid = '537213710';
} }