mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 15:11:15 +00:00
Add mappings for 3.2.25 and 9.9.27 builds
Update external mapping files to include new build entries. Added send/recv addresses for 3.2.25-45758 (x64 and arm64) and 9.9.27-45758-x64 in packages/napcat-core/external/napi2native.json and packages/napcat-core/external/packet.json. No functional code changes — just registry updates for new builds.
This commit is contained in:
parent
39a2a4028b
commit
b862b2fa1c
12
packages/napcat-core/external/napi2native.json
vendored
12
packages/napcat-core/external/napi2native.json
vendored
@ -166,5 +166,17 @@
|
||||
"6.9.88-44725-arm64": {
|
||||
"send": "2313C68",
|
||||
"recv": "09693E4"
|
||||
},
|
||||
"3.2.25-45758-x64": {
|
||||
"send": "5CF8F30",
|
||||
"recv": "31667E0"
|
||||
},
|
||||
"3.2.25-45758-arm64": {
|
||||
"send": "3EB6554",
|
||||
"recv": "149AF0C"
|
||||
},
|
||||
"9.9.27-45758-x64": {
|
||||
"send": "0A6A6BC",
|
||||
"recv": "1E87EC1"
|
||||
}
|
||||
}
|
||||
12
packages/napcat-core/external/packet.json
vendored
12
packages/napcat-core/external/packet.json
vendored
@ -674,5 +674,17 @@
|
||||
"6.9.88-44725-arm64": {
|
||||
"send": "3D79168",
|
||||
"recv": "3D7BA78"
|
||||
},
|
||||
"3.2.25-45758-x64": {
|
||||
"send": "AAC4E00",
|
||||
"recv": "AAC88A0"
|
||||
},
|
||||
"9.9.27-45758-x64": {
|
||||
"send": "2E5C4A0",
|
||||
"recv": "2E5FA20"
|
||||
},
|
||||
"3.2.25-45758-arm64": {
|
||||
"send": "6D6F9A0",
|
||||
"recv": "6D73350"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user