From be4344634d510e5cf4de1b8c0c5aa0ea0478968e 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, 30 Oct 2025 12:35:15 +0800 Subject: [PATCH] Add mappings for 3.2.20 versions in napi2native.json Added send and recv address mappings for 3.2.20-x64 and 3.2.20-arm64 builds to support additional versions in napi2native.json. --- src/core/external/napi2native.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/core/external/napi2native.json b/src/core/external/napi2native.json index 4589ca08..18e7a572 100644 --- a/src/core/external/napi2native.json +++ b/src/core/external/napi2native.json @@ -10,5 +10,29 @@ "9.9.22-40768-x64": { "send": "1B5699C", "recv": "1D8CA9D" + }, + "3.2.20-40768-x64": { + "send": "2CC8120", + "recv": "2D28F20" + }, + "3.2.20-40824-x64": { + "send": "2CC8120", + "recv": "2D28F20" + }, + "3.2.20-40990-x64": { + "send": "2CC8120", + "recv": "2D28F20" + }, + "3.2.20-40990-arm64": { + "send": "157C0E8", + "recv": "1546658" + }, + "3.2.20-40824-arm64": { + "send": "157C0E8", + "recv": "1546658" + }, + "3.2.20-40768-arm64": { + "send": "157C0E8", + "recv": "1546658" } } \ No newline at end of file