From 1130965f26329bec1e0726939786c69ea593714a 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, 27 Apr 2024 17:41:49 +0800 Subject: [PATCH] fix --- src/common/utils/QQBasicInfo.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/common/utils/QQBasicInfo.ts b/src/common/utils/QQBasicInfo.ts index 06b33173..30b507b1 100644 --- a/src/common/utils/QQBasicInfo.ts +++ b/src/common/utils/QQBasicInfo.ts @@ -56,6 +56,13 @@ if (fs.existsSync(configVersionInfoPath)) { export const qqVersionConfigInfo: QQVersionConfigInfo = _qqVersionConfigInfo; export const qqPkgInfo: QQPkgInfo = require(pkgInfoPath); +// platform_type: 3, +// app_type: 4, +// app_version: '9.9.9-23159', +// qua: 'V1_WIN_NQ_9.9.9_23159_GW_B', +// appid: '537213764', +// platVer: '10.0.26100', +// clientVer: '9.9.9-23159', let _appid: string = '537213335'; // 默认为 Windows 平台的 appid if (systemPlatform === 'linux') {