mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user