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