fix: 修复 openclaw.plugin.json 格式 - 使用 configSchema 替代 config
This commit is contained in:
@@ -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"]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user