mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-21 03:46:11 +00:00
chore: migrations
This commit is contained in:
@@ -331,6 +331,47 @@
|
||||
"description": "gewechat 的 token"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "钉钉适配器",
|
||||
"description": "用于接入钉钉",
|
||||
"properties": {
|
||||
"adapter": {
|
||||
"type": "string",
|
||||
"const": "dingtalk"
|
||||
},
|
||||
"enable": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "是否启用此适配器",
|
||||
"layout": {
|
||||
"comp": "switch",
|
||||
"props": {
|
||||
"color": "primary"
|
||||
}
|
||||
}
|
||||
},
|
||||
"client_id": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "钉钉的client_id"
|
||||
},
|
||||
"client_secret": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "钉钉的client_secret"
|
||||
},
|
||||
"robot_code": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "钉钉的robot_code"
|
||||
},
|
||||
"robot_name": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "钉钉的robot_name"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user