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.
This commit is contained in:
手瓜一十雪 2025-10-30 12:35:15 +08:00
parent 7ac7488d54
commit 2a67453e3a

View File

@ -10,5 +10,29 @@
"9.9.22-40768-x64": { "9.9.22-40768-x64": {
"send": "1B5699C", "send": "1B5699C",
"recv": "1D8CA9D" "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"
} }
} }