update: appid

This commit is contained in:
手瓜一十雪 2024-05-03 20:13:08 +08:00
parent 329a35ebf0
commit 7125a26309

View File

@ -66,7 +66,7 @@ export const qqPkgInfo: QQPkgInfo = require(pkgInfoPath);
let _appid: string = '537213764'; // 默认为 Windows 平台的 appid let _appid: string = '537213764'; // 默认为 Windows 平台的 appid
if (systemPlatform === 'linux') { if (systemPlatform === 'linux') {
_appid = '537213710'; _appid = '537213827';
} }
// todo: mac 平台的 appid // todo: mac 平台的 appid
export const appid = _appid; export const appid = _appid;