Skip to content

Commit

Permalink
fix:update win appid to 23159
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Apr 27, 2024
1 parent ad1694d commit f911f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
3. 支持了好友添加上报事件
4. 重构了商城表情URL拼接
5. 重构了Core日志与服务调用部分
6. 适配最新版Win 9.9.9 23159
8 changes: 4 additions & 4 deletions src/common/utils/QQBasicInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand All @@ -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';
}
Expand Down

0 comments on commit f911f5b

Please sign in to comment.