Add support for new app and protocol versions
Some checks failed
Build NapCat Artifacts / Build-Framework (push) Has been cancelled
Build NapCat Artifacts / Build-Shell (push) Has been cancelled

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

@ -466,5 +466,17 @@
"6.9.85-42086": { "6.9.85-42086": {
"appid": 537320237, "appid": 537320237,
"qua": "V1_MAC_NQ_6.9.85_42086_GW_B" "qua": "V1_MAC_NQ_6.9.85_42086_GW_B"
},
"9.9.23-42430": {
"appid": 537320212,
"qua": "V1_WIN_NQ_9.9.23_42430_GW_B"
},
"9.9.23-42744": {
"appid": 537328470,
"qua": "V1_WIN_NQ_9.9.23_42744_GW_B"
},
"6.9.86-42744": {
"appid": 537328495,
"qua": "V1_MAC_NQ_6.9.85_42744_GW_B"
} }
} }

View File

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

View File

@ -606,5 +606,13 @@
"9.9.23-42430-x64": { "9.9.23-42430-x64": {
"send": "2C9A4A0", "send": "2C9A4A0",
"recv": "2C9DA20" "recv": "2C9DA20"
},
"9.9.23-42744-x64": {
"send": "2CD8E40",
"recv": "2CDC3C0"
},
"6.9.86-42744-arm64": {
"send": "3DCC840",
"recv": "3DCF150"
} }
} }