chore: schema for markdown config

This commit is contained in:
Junyan Qin
2025-04-01 20:01:20 +08:00
parent 4a4ca54c6e
commit dbe5a41395

View File

@@ -446,6 +446,11 @@
"type": "string", "type": "string",
"default": "", "default": "",
"description": "钉钉的robot_name" "description": "钉钉的robot_name"
},
"markdown_card": {
"type": "boolean",
"default": false,
"description": "是否使用 Markdown 卡片发送消息"
} }
} }
}, },
@@ -466,6 +471,11 @@
"type": "string", "type": "string",
"default": "", "default": "",
"description": "Telegram 的 token" "description": "Telegram 的 token"
},
"markdown_card": {
"type": "boolean",
"default": false,
"description": "是否使用 Markdown 卡片发送消息"
} }
} }
} }