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