From 1eaf480a7d320207b2b1e71077239ab547a0e9c5 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, 31 Oct 2025 00:08:26 +0800 Subject: [PATCH] Add napi2native mapping for 9.9.23-41679-x64 Introduced new send and recv address mappings for version 9.9.23-41679-x64 in napi2native.json. --- src/core/external/napi2native.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/core/external/napi2native.json b/src/core/external/napi2native.json index 47030e3e..2722dc6b 100644 --- a/src/core/external/napi2native.json +++ b/src/core/external/napi2native.json @@ -34,5 +34,9 @@ "3.2.20-40768-arm64": { "send": "157C0E8", "recv": "1546658" + }, + "9.9.23-41679-x64": { + "send": "09FF0F4", + "recv": "1D1A039" } -} +} \ No newline at end of file