From f31b0d0c7143ebe2fae94d1488bab3f92397df4b 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: Thu, 22 Aug 2024 15:40:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=BF=9B=E4=B8=80=E6=AD=A5=E6=8B=89?= =?UTF-8?q?=E9=AB=98=E7=89=88=E6=9C=AC?= 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 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/common/utils/QQBasicInfo.ts b/src/common/utils/QQBasicInfo.ts index b576c575..8125b614 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' ? '537240645' : '537240610', qua: this.getQUAInternal() }; + return { appid: systemPlatform === 'linux' ? '537240795' : '537240709', qua: this.getQUAInternal() }; } } diff --git a/src/common/utils/helper.ts b/src/common/utils/helper.ts index c3fda369..1c46b261 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-27206', - curVersion: '3.2.12-27206', + baseVersion: '3.2.12-27254', + curVersion: '3.2.12-27254', prevVersion: '', onErrorVersions: [], - buildId: '27206', + buildId: '27254', }; } return { - baseVersion: '9.9.15-27206', - curVersion: '9.9.15-27206', + baseVersion: '9.9.15-27254', + curVersion: '9.9.15-27254', prevVersion: '', onErrorVersions: [], - buildId: '27206', + buildId: '27254', }; }