From 3d8174396a1fde1712103b93b13642615e70646d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sat, 13 Jul 2024 18:58:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20LinuxQQ=E7=89=88=E6=9C=AC25765?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/utils/QQBasicInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/utils/QQBasicInfo.ts b/src/common/utils/QQBasicInfo.ts index 9e98b4c8..5a7d865a 100644 --- a/src/common/utils/QQBasicInfo.ts +++ b/src/common/utils/QQBasicInfo.ts @@ -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;