From dbe5a4139522a4cf26b2dfa21c0333f520a81ca8 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 1 Apr 2025 20:01:20 +0800 Subject: [PATCH] chore: schema for markdown config --- templates/schema/platform.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/schema/platform.json b/templates/schema/platform.json index 4bc6f111..3819a993 100644 --- a/templates/schema/platform.json +++ b/templates/schema/platform.json @@ -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 卡片发送消息" } } }