mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-21 06:10:04 +08:00
Add support for 41857 app versions and update mappings
Added new entries for version 41857 in appid.json, napi2native.json, and packet.json for Windows, Linux, and Mac platforms. Updated mappings for send/recv addresses to support the latest application versions.
This commit is contained in:
parent
e7aaec81e2
commit
49a5b631c2
16
src/core/external/appid.json
vendored
16
src/core/external/appid.json
vendored
@ -431,7 +431,7 @@
|
|||||||
"appid": 537320110,
|
"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": {
|
"6.9.83-41679": {
|
||||||
"appid": 537320135,
|
"appid": 537320135,
|
||||||
"qua": "V1_MAC_NQ_6.9.83_41679_GW_B"
|
"qua": "V1_MAC_NQ_6.9.83_41679_GW_B"
|
||||||
},
|
},
|
||||||
@ -439,8 +439,20 @@
|
|||||||
"appid": 537320110,
|
"appid": 537320110,
|
||||||
"qua": "V1_WIN_NQ_9.9.23_41785_GW_B"
|
"qua": "V1_WIN_NQ_9.9.23_41785_GW_B"
|
||||||
},
|
},
|
||||||
"6.8.83-41785": {
|
"6.9.83-41785": {
|
||||||
"appid": 537320135,
|
"appid": 537320135,
|
||||||
"qua": "V1_MAC_NQ_6.9.83_41785_GW_B"
|
"qua": "V1_MAC_NQ_6.9.83_41785_GW_B"
|
||||||
|
},
|
||||||
|
"9.9.23-41857": {
|
||||||
|
"appid": 537320161,
|
||||||
|
"qua": "V1_WIN_NQ_9.9.23_41857_GW_B"
|
||||||
|
},
|
||||||
|
"3.2.21-41857": {
|
||||||
|
"appid": 537320197,
|
||||||
|
"qua": "V1_LNX_NQ_3.2.21_41857_GW_B"
|
||||||
|
},
|
||||||
|
"6.9.83-41857": {
|
||||||
|
"appid": 537320186,
|
||||||
|
"qua": "V1_MAC_NQ_6.9.83_41857_GW_B"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
16
src/core/external/napi2native.json
vendored
16
src/core/external/napi2native.json
vendored
@ -62,5 +62,21 @@
|
|||||||
"9.9.23-41785-x64": {
|
"9.9.23-41785-x64": {
|
||||||
"send": "09FF0A4",
|
"send": "09FF0A4",
|
||||||
"recv": "1D19FF9"
|
"recv": "1D19FF9"
|
||||||
|
},
|
||||||
|
"6.9.83-41857-arm64": {
|
||||||
|
"send": "0815774",
|
||||||
|
"recv": "0958B3C"
|
||||||
|
},
|
||||||
|
"3.2.21-41857-x64": {
|
||||||
|
"send": "5B44510",
|
||||||
|
"recv": "2FDB0B0"
|
||||||
|
},
|
||||||
|
"3.2.21-41857-arm64": {
|
||||||
|
"send": "",
|
||||||
|
"recv": ""
|
||||||
|
},
|
||||||
|
"9.9.23-41857-x64": {
|
||||||
|
"send": "0A01394",
|
||||||
|
"recv": "1D1C4F9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
18
src/core/external/packet.json
vendored
18
src/core/external/packet.json
vendored
@ -571,8 +571,24 @@
|
|||||||
"send": "2C944A0",
|
"send": "2C944A0",
|
||||||
"recv": "2C97A20"
|
"recv": "2C97A20"
|
||||||
},
|
},
|
||||||
"6.8.83-41785-arm64": {
|
"6.9.83-41785-arm64": {
|
||||||
"send": "3D6DA28",
|
"send": "3D6DA28",
|
||||||
"recv": "3D70338"
|
"recv": "3D70338"
|
||||||
|
},
|
||||||
|
"6.9.83-41857-arm64": {
|
||||||
|
"send": "3D74610",
|
||||||
|
"recv": "3D76F20"
|
||||||
|
},
|
||||||
|
"3.2.21-41857-x64": {
|
||||||
|
"send": "A7B40A0",
|
||||||
|
"recv": "A7B7B20"
|
||||||
|
},
|
||||||
|
"9.9.23-41857-x64": {
|
||||||
|
"send": "2C98F00",
|
||||||
|
"recv": "2C9C480"
|
||||||
|
},
|
||||||
|
"3.2.21-41857-arm64": {
|
||||||
|
"send": "6B159F8",
|
||||||
|
"recv": "6B19388"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user