diff --git a/external/LiteLoaderWrapper.zip b/external/LiteLoaderWrapper.zip index d586a609..990c0c5b 100644 Binary files a/external/LiteLoaderWrapper.zip and b/external/LiteLoaderWrapper.zip differ diff --git a/launcher/qqnt.json b/launcher/qqnt.json index 837b4979..549b8c76 100644 --- a/launcher/qqnt.json +++ b/launcher/qqnt.json @@ -1,10 +1,9 @@ { "name": "qq-chat", - "version": "9.9.17-30899", - "verHash": "ececf273", - "linuxVersion": "3.2.15-30899", - "linuxVerHash": "63c751e8", - "type": "module", + "version": "9.9.18-32793", + "verHash": "d43f097e", + "linuxVersion": "3.2.16-32793", + "linuxVerHash": "ee4bd910", "private": true, "description": "QQ", "productName": "QQ", @@ -17,10 +16,27 @@ "bin": { "qd": "externals/devtools/cli/index.js" }, + "appid": { + "win32": "537258389", + "darwin": "537258412", + "linux": "537258424" + }, "main": "./loadNapCat.js", - "buildVersion": "30899", + "peerDependenciesMeta": { + "*": { + "optional": true + } + }, + "pnpm": { + "patchedDependencies": { + "@vue/runtime-dom@3.5.12": "patches/@vue__runtime-dom@3.5.12.patch", + "@swc/helpers@0.5.3": "patches/@swc__helpers@0.5.3.patch", + "vuex@4.1.0": "patches/vuex@4.1.0.patch" + } + }, + "buildVersion": "32793", "isPureShell": true, "isByteCodeShell": true, "platform": "win32", "eleArch": "x64" -} +} \ No newline at end of file diff --git a/src/core/external/appid.json b/src/core/external/appid.json index 28399976..16e04c28 100644 --- a/src/core/external/appid.json +++ b/src/core/external/appid.json @@ -202,5 +202,13 @@ "3.2.16-32721": { "appid": 537271229, "qua": "V1_LNX_NQ_3.2.16_32721_GW_B" + }, + "9.9.18-32793": { + "appid": 537271244, + "qua": "V1_WIN_NQ_9.9.18_32793_GW_B" + }, + "3.2.16-32793": { + "appid": 537271279, + "qua": "V1_LNX_NQ_3.2.16_32793_GW_B" } } \ No newline at end of file diff --git a/src/core/external/offset.json b/src/core/external/offset.json index dd7f393f..1d25670b 100644 --- a/src/core/external/offset.json +++ b/src/core/external/offset.json @@ -266,5 +266,17 @@ "3.2.16-32721-arm64": { "send": "7226630", "recv": "7229F60" + }, + "9.9.18-32793-x64": { + "send": "3D3051B", + "recv": "3D3F48C" + }, + "3.2.16-32793-x64": { + "send": "A5E24C0", + "recv": "A5E5EE0" + }, + "3.2.16-32793-arm64": { + "send": "7226630", + "recv": "7229F60" } } \ No newline at end of file