feat: LinuxQQ版本25765

This commit is contained in:
手瓜一十雪 2024-07-13 18:58:29 +08:00
parent b8dc6e9bd9
commit 3d8174396a

View File

@ -71,7 +71,7 @@ export const qqPkgInfo: QQPkgInfo = JSON.parse(fs.readFileSync(pkgInfoPath).toSt
let _appid: string = '537234702'; // 默认为 Windows 平台的 appid
if (systemPlatform === 'linux') {
_appid = '537226441';
_appid = '537234773';
}
// todo: mac 平台的 appid
export const appid = _appid;