From 4fbd764ced4dca542ebd463034923e95a1b3cc70 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: Thu, 12 Dec 2024 09:34:13 +0800 Subject: [PATCH] fix --- src/onebot/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/onebot/index.ts b/src/onebot/index.ts index 029660b8..0c1f6951 100644 --- a/src/onebot/index.ts +++ b/src/onebot/index.ts @@ -109,10 +109,10 @@ export class NapCatOneBot11Adapter { //创建NetWork服务 - // 注册Plugin - this.networkManager.registerAdapter( - new OB11PluginAdapter('plugin', this.core, this,this.actions) - ); + // 注册Plugin 如果需要基于NapCat进行快速开发 + // this.networkManager.registerAdapter( + // new OB11PluginAdapter('plugin', this.core, this,this.actions) + // ); for (const key of ob11Config.network.httpServers) { if (key.enable) { this.networkManager.registerAdapter(