mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 11:29:39 +08:00
chore: schema for markdown config
This commit is contained in:
@@ -446,6 +446,11 @@
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "钉钉的robot_name"
|
||||
},
|
||||
"markdown_card": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "是否使用 Markdown 卡片发送消息"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -466,6 +471,11 @@
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Telegram 的 token"
|
||||
},
|
||||
"markdown_card": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "是否使用 Markdown 卡片发送消息"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user