refactor: remove monitor legacy compatibility

This commit is contained in:
2026-04-04 08:05:50 +00:00
parent 2262f32a0b
commit 3f8859424c
3 changed files with 9 additions and 8 deletions

View File

@@ -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