From aa1f49d02fb071f326c8055a345a0f4dad7b5a28 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:16:37 +0800 Subject: [PATCH] build: 1.2.0-beta18 --- src/common/utils/QQBasicInfo.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/utils/QQBasicInfo.ts b/src/common/utils/QQBasicInfo.ts index d1b6c9ed..f7655ec5 100644 --- a/src/common/utils/QQBasicInfo.ts +++ b/src/common/utils/QQBasicInfo.ts @@ -37,11 +37,11 @@ type QQVersionConfigInfo = { } let _qqVersionConfigInfo: QQVersionConfigInfo = { - 'baseVersion': '9.9.9-23159', - 'curVersion': '9.9.9-23159', + 'baseVersion': '9.9.9-23361', + 'curVersion': '9.9.9-23361', 'prevVersion': '', 'onErrorVersions': [], - 'buildId': '23159' + 'buildId': '23361' }; if (fs.existsSync(configVersionInfoPath)) { @@ -64,7 +64,7 @@ export const qqPkgInfo: QQPkgInfo = require(pkgInfoPath); // platVer: '10.0.26100', // clientVer: '9.9.9-23159', -let _appid: string = '537213764'; // 默认为 Windows 平台的 appid +let _appid: string = '537213803'; // 默认为 Windows 平台的 appid if (systemPlatform === 'linux') { _appid = '537213827'; }