mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-09 13:03:37 +08:00
fix
This commit is contained in:
parent
002d135ef5
commit
4fbd764ced
@ -109,10 +109,10 @@ export class NapCatOneBot11Adapter {
|
|||||||
|
|
||||||
//创建NetWork服务
|
//创建NetWork服务
|
||||||
|
|
||||||
// 注册Plugin
|
// 注册Plugin 如果需要基于NapCat进行快速开发
|
||||||
this.networkManager.registerAdapter(
|
// this.networkManager.registerAdapter(
|
||||||
new OB11PluginAdapter('plugin', this.core, this,this.actions)
|
// new OB11PluginAdapter('plugin', this.core, this,this.actions)
|
||||||
);
|
// );
|
||||||
for (const key of ob11Config.network.httpServers) {
|
for (const key of ob11Config.network.httpServers) {
|
||||||
if (key.enable) {
|
if (key.enable) {
|
||||||
this.networkManager.registerAdapter(
|
this.networkManager.registerAdapter(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user