Add support for new app and protocol versions

Updated appid.json, napi2native.json, and packet.json to include entries for versions 9.9.23-42744 and 6.9.86-42744, as well as their corresponding protocol mappings for x64 and arm64 architectures.
This commit is contained in:
手瓜一十雪
2025-11-26 19:43:14 +08:00
parent fd0afa3b25
commit a2d7ac4878
3 changed files with 28 additions and 0 deletions

View File

@@ -94,5 +94,13 @@
"9.9.23-42430-x64": {
"send": "0A01A34",
"recv": "1D1CFF9"
},
"9.9.23-42744-x64": {
"send": "0A0D104",
"recv": "1D3E7F9"
},
"6.9.85-42744-arm64": {
"send": "23DFEF0",
"recv": "095FD80"
}
}