feat: uin转换优化&poke支持重写

This commit is contained in:
手瓜一十雪
2024-07-11 12:28:11 +08:00
parent a5f9e5f8c0
commit 941b89a523
6 changed files with 75 additions and 43 deletions

View File

@@ -69,7 +69,7 @@ export const qqPkgInfo: QQPkgInfo = JSON.parse(fs.readFileSync(pkgInfoPath).toSt
// app_version: '3.2.9-24568',
// qua: 'V1_LNX_NQ_3.2.9_24568_GW_B',
let _appid: string = '537226369'; // 默认为 Windows 平台的 appid
let _appid: string = '537231759'; // 默认为 Windows 平台的 appid
if (systemPlatform === 'linux') {
_appid = '537226441';
}