mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
feat: support 27597
This commit is contained in:
parent
b5deb198de
commit
3f24461612
8
src/core/external/appid.json
vendored
8
src/core/external/appid.json
vendored
@ -11,6 +11,10 @@
|
|||||||
"appid": 537240795,
|
"appid": 537240795,
|
||||||
"qua": "V1_LNX_NQ_3.2.12_27254_GW_B"
|
"qua": "V1_LNX_NQ_3.2.12_27254_GW_B"
|
||||||
},
|
},
|
||||||
|
"3.2.12-27556": {
|
||||||
|
"appid": 537243600,
|
||||||
|
"qua": "V1_LNX_NQ_3.2.12_27556_GW_B"
|
||||||
|
},
|
||||||
"9.9.15-27187": {
|
"9.9.15-27187": {
|
||||||
"appid": 537240610,
|
"appid": 537240610,
|
||||||
"qua": "V1_WIN_NQ_9.9.15_27187_GW_B"
|
"qua": "V1_WIN_NQ_9.9.15_27187_GW_B"
|
||||||
@ -30,5 +34,9 @@
|
|||||||
"9.9.15-27391": {
|
"9.9.15-27391": {
|
||||||
"appid": 537240709,
|
"appid": 537240709,
|
||||||
"qua": "V1_WIN_NQ_9.9.15_27333_GW_B"
|
"qua": "V1_WIN_NQ_9.9.15_27333_GW_B"
|
||||||
|
},
|
||||||
|
"9.9.15-27597": {
|
||||||
|
"appid": 537243441,
|
||||||
|
"qua": "V1_WIN_NQ_9.9.15_27597_GW_B"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
# nekodoge
|
|
||||||
此协议为替代QQ平台 OnebotV11长期不可靠问题
|
|
||||||
|
|
||||||
# 规划路线
|
|
@ -1,19 +0,0 @@
|
|||||||
import { createServer } from 'node:net';
|
|
||||||
|
|
||||||
export class NewAdapterNetwork {
|
|
||||||
constructor(public host: number, public port: number) { }
|
|
||||||
async open() {
|
|
||||||
const server = createServer((socket) => {
|
|
||||||
socket.on('data', (data) => {
|
|
||||||
|
|
||||||
});
|
|
||||||
socket.on('end', () => {
|
|
||||||
|
|
||||||
});
|
|
||||||
socket.on('connect', () => {
|
|
||||||
|
|
||||||
});
|
|
||||||
});
|
|
||||||
server.listen(this.port, this.host);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user