Add new version mappings to external JSON configs

Updated appid.json, napi2native.json, and packet.json to include new version entries for 6.8.83-41679, 6.9.82-40990-arm64, and 6.9.83-41679-arm64. These changes add support for additional client versions and architectures.
This commit is contained in:
手瓜一十雪 2025-10-31 12:37:42 +08:00
parent 3e71e541e6
commit bb84dfcc27
3 changed files with 16 additions and 0 deletions

View File

@ -430,5 +430,9 @@
"9.9.23-41679": {
"appid": 537320110,
"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"
}
}

View File

@ -38,5 +38,13 @@
"9.9.23-41679-x64": {
"send": "09FF0F4",
"recv": "1D1A039"
},
"6.9.82-40990-arm64": {
"send": "0822F0C",
"recv": "0B41B90"
},
"6.9.83-41679-arm64": {
"send": "06DFD30",
"recv": "0957648"
}
}

View File

@ -562,5 +562,9 @@
"9.9.23-41679-x64": {
"send": "2C94520",
"recv": "2C97AA0"
},
"6.9.83-41679-arm64": {
"send": "3D718F8",
"recv": "3D74208"
}
}