mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-08 20:39:11 +08:00
chore: V2
This commit is contained in:
parent
4cfde09016
commit
a3ee8672ed
@ -85,6 +85,8 @@ export class NapCatOneBot11Adapter {
|
|||||||
await this.networkManager.registerAllActions(actions);
|
await this.networkManager.registerAllActions(actions);
|
||||||
await this.networkManager.openAllAdapters();
|
await this.networkManager.openAllAdapters();
|
||||||
await this.initMsgListener();
|
await this.initMsgListener();
|
||||||
|
//未对shell版本兼容
|
||||||
|
// Mlikiowa V2.0.0 Refactor Todo
|
||||||
WebUiDataRuntime.setQQLoginUin(selfInfo.uin.toString());
|
WebUiDataRuntime.setQQLoginUin(selfInfo.uin.toString());
|
||||||
WebUiDataRuntime.setQQLoginStatus(true);
|
WebUiDataRuntime.setQQLoginStatus(true);
|
||||||
WebUiDataRuntime.setOB11ConfigCall(async (ob11: OB11Config) => {
|
WebUiDataRuntime.setOB11ConfigCall(async (ob11: OB11Config) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user