Update appid, packet, and napi2native configs for 41785

Added new entries for version 41785 in appid.json, napi2native.json, and packet.json to support updated app and protocol versions. Also updated the napi2native.darwin.arm64.node binary to match the new version.
This commit is contained in:
手瓜一十雪 2025-11-02 11:29:45 +08:00
parent 47805276da
commit 37bbcbdb98
4 changed files with 26 additions and 2 deletions

View File

@ -429,10 +429,18 @@
},
"9.9.23-41679": {
"appid": 537320110,
"qua": "V1_WIN_NQ_9.9.23.41679_GW_B"
"qua": "V1_WIN_NQ_9.9.23_41679_GW_B"
},
"6.8.83-41679": {
"appid": 537320135,
"qua": "V1_MAC_NQ_6.9.83_41679_GW_B"
},
"9.9.23-41785": {
"appid": 537320110,
"qua": "V1_WIN_NQ_9.9.23_41785_GW_B"
},
"6.8.83-41785": {
"appid": 537320135,
"qua": "V1_MAC_NQ_6.9.83_41785_GW_B"
}
}

View File

@ -52,7 +52,15 @@
"recv": "0B41B90"
},
"6.9.83-41679-arm64": {
"send": "0237D114",
"send": "237D114",
"recv": "0957648"
},
"6.9.83-41785-arm64": {
"send": "23B0BF0",
"recv": "095567C"
},
"9.9.23-41785-x64": {
"send": "09FF0A4",
"recv": "1D19FF9"
}
}

View File

@ -566,5 +566,13 @@
"6.9.83-41679-arm64": {
"send": "3D718F8",
"recv": "3D74208"
},
"9.9.23-41785-x64": {
"send": "2C944A0",
"recv": "2C97A20"
},
"6.8.83-41785-arm64": {
"send": "3D6DA28",
"recv": "3D70338"
}
}