From a3ee8672edcf8d428d0267befcc6214cc4e89f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sun, 11 Aug 2024 13:53:45 +0800 Subject: [PATCH] chore: V2 --- src/onebot/main.ts | 2 ++ 1 file changed, 2 insertions(+) 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) => {