diff --git a/src/onebot/main.ts b/src/onebot/main.ts index 8fbf5a98..2fc536a7 100644 --- a/src/onebot/main.ts +++ b/src/onebot/main.ts @@ -85,6 +85,8 @@ export class NapCatOneBot11Adapter { await this.networkManager.registerAllActions(actions); await this.networkManager.openAllAdapters(); await this.initMsgListener(); + //未对shell版本兼容 + // Mlikiowa V2.0.0 Refactor Todo WebUiDataRuntime.setQQLoginUin(selfInfo.uin.toString()); WebUiDataRuntime.setQQLoginStatus(true); WebUiDataRuntime.setOB11ConfigCall(async (ob11: OB11Config) => {