fix: 修复 openclaw.plugin.json 格式 - 使用 configSchema 替代 config

This commit is contained in:
2026-03-15 12:30:03 +08:00
parent 3db0311b2f
commit f46827a159

View File

@@ -17,13 +17,7 @@
"threads": false, "threads": false,
"blockStreaming": false "blockStreaming": false
}, },
"config": { "configSchema": {
"sections": [
{
"key": "channels.zhidui-channel",
"label": "智队频道",
"description": "智队中枢连接配置",
"schema": {
"type": "object", "type": "object",
"properties": { "properties": {
"enabled": { "enabled": {
@@ -90,7 +84,4 @@
}, },
"required": ["routerUrl"] "required": ["routerUrl"]
} }
}
]
}
} }