From 7125a26309e7074d3443fa781b51dd487f4f0016 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: Fri, 3 May 2024 20:13:08 +0800 Subject: [PATCH] update: appid --- 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 2ffca12c..d1b6c9ed 100644 --- a/src/common/utils/QQBasicInfo.ts +++ b/src/common/utils/QQBasicInfo.ts @@ -66,7 +66,7 @@ export const qqPkgInfo: QQPkgInfo = require(pkgInfoPath); let _appid: string = '537213764'; // 默认为 Windows 平台的 appid if (systemPlatform === 'linux') { - _appid = '537213710'; + _appid = '537213827'; } // todo: mac 平台的 appid export const appid = _appid;