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(