From 4cdbdaaf4ef46197d1048059467116b2513161c7 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, 12 Dec 2024 09:47:44 +0800 Subject: [PATCH] feat: win 30483 --- src/common/qq-basic-info.ts | 1 + src/core/external/appid.json | 4 ++++ src/core/external/offset.json | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/src/common/qq-basic-info.ts b/src/common/qq-basic-info.ts index 389d4a8c..8e425ddd 100644 --- a/src/common/qq-basic-info.ts +++ b/src/common/qq-basic-info.ts @@ -100,6 +100,7 @@ export class QQBasicInfoWrapper { getAppidV2ByMajor(QQVersion: string) { const majorPath = getMajorPath(QQVersion); const appid = parseAppidFromMajor(majorPath); + console.log(appid); return appid; } diff --git a/src/core/external/appid.json b/src/core/external/appid.json index d728732a..98d36e24 100644 --- a/src/core/external/appid.json +++ b/src/core/external/appid.json @@ -110,5 +110,9 @@ "6.9.62-30366": { "appid": 537258401, "qua": "V1_MAC_NQ_6.9.62_30366_GW_B" + }, + "9.9.17-30483": { + "appid": 537258439, + "qua": "V1_WIN_NQ_9.9.17_30483_GW_B" } } \ No newline at end of file diff --git a/src/core/external/offset.json b/src/core/external/offset.json index 47e466ad..15a9f044 100644 --- a/src/core/external/offset.json +++ b/src/core/external/offset.json @@ -122,5 +122,9 @@ "6.9.62-30366-arm64": { "send": "4189770", "recv": "418BF88" + }, + "9.9.17-30483-x64": { + "send": "39AC1B0", + "recv": "39B05E4" } } \ No newline at end of file