Add support for 9.9.23-42430-x64 in napi2native and packet

Updated napi2native.json and packet.json to include send and recv addresses for version 9.9.23-42430-x64, enabling compatibility with this new version.
This commit is contained in:
手瓜一十雪 2025-11-26 19:15:02 +08:00
parent 7685cc3dfc
commit fd0afa3b25
2 changed files with 8 additions and 0 deletions

View File

@ -90,5 +90,9 @@
"3.2.21-42086-x64": {
"send": "5B42CF0",
"recv": "2FDA6F0"
},
"9.9.23-42430-x64": {
"send": "0A01A34",
"recv": "1D1CFF9"
}
}

View File

@ -602,5 +602,9 @@
"3.2.21-42086-arm64": {
"send": "6B13038",
"recv": "6B169C8"
},
"9.9.23-42430-x64": {
"send": "2C9A4A0",
"recv": "2C9DA20"
}
}