From 0200343780f161428cc4f836259aa1fecf4b3c80 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: Tue, 20 Aug 2024 17:12:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4appid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/utils/QQBasicInfo.ts | 2 +- src/common/utils/helper.ts | 12 ++++++------ src/core/external/appid.json | 32 ++++++++++---------------------- 3 files changed, 17 insertions(+), 29 deletions(-) diff --git a/src/common/utils/QQBasicInfo.ts b/src/common/utils/QQBasicInfo.ts index 86cc6239..b576c575 100644 --- a/src/common/utils/QQBasicInfo.ts +++ b/src/common/utils/QQBasicInfo.ts @@ -74,7 +74,7 @@ export class QQBasicInfoWrapper { this.context.logger.log( `[QQ版本兼容性检测] ${this.getFullQQVesion()} 版本兼容性不佳,可能会导致一些功能无法正常使用`, ); - return { appid: systemPlatform === 'linux' ? '537237950' : '537237765', qua: this.getQUAInternal() }; + return { appid: systemPlatform === 'linux' ? '537240645' : '537240610', qua: this.getQUAInternal() }; } } diff --git a/src/common/utils/helper.ts b/src/common/utils/helper.ts index a4be075e..c3fda369 100644 --- a/src/common/utils/helper.ts +++ b/src/common/utils/helper.ts @@ -97,19 +97,19 @@ export function isEqual(obj1: any, obj2: any) { export function getDefaultQQVersionConfigInfo(): QQVersionConfigType { if (os.platform() === 'linux') { return { - baseVersion: '3.2.12-26702', - curVersion: '3.2.12-26702', + baseVersion: '3.2.12-27206', + curVersion: '3.2.12-27206', prevVersion: '', onErrorVersions: [], - buildId: '26702', + buildId: '27206', }; } return { - baseVersion: '9.9.15-26702', - curVersion: '9.9.15-26702', + baseVersion: '9.9.15-27206', + curVersion: '9.9.15-27206', prevVersion: '', onErrorVersions: [], - buildId: '26702', + buildId: '27206', }; } diff --git a/src/core/external/appid.json b/src/core/external/appid.json index 5104aeeb..0bb1f39f 100644 --- a/src/core/external/appid.json +++ b/src/core/external/appid.json @@ -1,34 +1,22 @@ { - "3.2.12-26702": { - "appid": 537237950, - "qua": "V1_LNX_NQ_3.2.12_26702_GW_B" + "3.2.12-27187": { + "appid": 537240645, + "qua": "V1_LNX_NQ_3.2.12_27187_GW_B" }, - "3.2.12-26740": { - "appid": 537237950, - "qua": "V1_WIN_NQ_9.9.15_26740_GW_B" - }, - "3.2.12-26909": { - "appid": 537237923, - "qua": "V1_LNX_NQ_3.2.12_26909_GW_B" + "9.9.15-27187":{ + "appid": 537240610, + "qua": "V1_WIN_NQ_9.9.15_27187_GW_B" }, "3.2.12-27206": { "appid": 537240645, "qua": "V1_LNX_NQ_3.2.12_27206_GW_B" }, - "9.9.15-26702": { - "appid": 537237765, - "qua": "V1_WIN_NQ_9.9.15_26702_GW_B" - }, - "9.9.15-26740": { - "appid": 537237765, - "qua": "V1_WIN_NQ_9.9.15_26702_GW_B" - }, - "9.9.15-26909": { - "appid": 537237802, - "qua": "V1_WIN_NQ_9.9.15_26909_GW_B" - }, "9.9.15-27206":{ "appid": 537240610, "qua": "V1_WIN_NQ_9.9.15_27206_GW_B" + }, + "9.9.15-27254":{ + "appid": 537240709, + "qua": "V1_WIN_NQ_9.9.15_27254_GW_B" } } \ No newline at end of file