chore:appid

This commit is contained in:
手瓜一十雪
2024-06-10 19:00:05 +08:00
parent 8aa5dc6482
commit d8d2ff7e4e
2 changed files with 49 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ export const qqPkgInfo: QQPkgInfo = JSON.parse(fs.readFileSync(pkgInfoPath).toSt
// platVer: '10.0.26100',
// clientVer: '9.9.9-23159',
let _appid: string = '537213803'; // 默认为 Windows 平台的 appid
let _appid: string = '537216417'; // 默认为 Windows 平台的 appid
if (systemPlatform === 'linux') {
_appid = '537213827';
}