refactor: remove monitor legacy compatibility
This commit is contained in:
@@ -20,8 +20,12 @@ HarborForge.OpenclawPlugin/
|
||||
│ ├── openclaw.plugin.json
|
||||
│ ├── index.ts
|
||||
│ ├── core/
|
||||
│ │ ├── live-config.ts
|
||||
│ │ ├── config.ts
|
||||
│ │ ├── managed-monitor.ts
|
||||
│ │ └── monitor-bridge.ts
|
||||
│ ├── hooks/
|
||||
│ │ ├── gateway-start.ts
|
||||
│ │ └── gateway-stop.ts
|
||||
│ └── package.json
|
||||
├── skills/
|
||||
│ └── hf/
|
||||
@@ -98,8 +102,6 @@ node scripts/install.mjs --uninstall
|
||||
}
|
||||
```
|
||||
|
||||
> 说明:`monitor_port` 是当前主字段;为兼容旧配置,插件仍接受 `monitorPort`。
|
||||
|
||||
然后重启:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user