This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4c9c98c [plugin] Dingtalk alert supports markdown message type (#673)
4c9c98c is described below
commit 4c9c98cdf939702f18646f3e3039f3b2bb0d73d3
Author: Kerwin <[email protected]>
AuthorDate: Tue Feb 8 18:57:31 2022 +0800
[plugin] Dingtalk alert supports markdown message type (#673)
---
docs/en-us/dev/user_doc/guide/alert/dingtalk.md | 5 +++--
docs/zh-cn/dev/user_doc/guide/alert/dingtalk.md | 5 +++--
img/alert/dingtalk-plugin.png | Bin 48163 -> 60958 bytes
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/docs/en-us/dev/user_doc/guide/alert/dingtalk.md
b/docs/en-us/dev/user_doc/guide/alert/dingtalk.md
index 633d513..18263f9 100644
--- a/docs/en-us/dev/user_doc/guide/alert/dingtalk.md
+++ b/docs/en-us/dev/user_doc/guide/alert/dingtalk.md
@@ -12,6 +12,8 @@ parameter configuration
> Custom keywords for security settings
* Secret
> Signature of security settings
+* MessageType
+ > Support both text and markdown types
When a custom bot sends a message, you can specify the "@person list" by your
mobile phone number. When the people in the "@people list" receive the message,
there will be a @ message reminder. Do not disturb conversations still notify
reminders, and "someone @ you" appears on the fold
* @Mobiles
@@ -21,5 +23,4 @@ When a custom bot sends a message, you can specify the
"@person list" by your mo
* @All
> Is @Everyone
-[DingTalk Custom Robot Access Development
Documentation](https://open.dingtalk.com/document/robots/custom-robot-access),
-Use message type as text
\ No newline at end of file
+[DingTalk Custom Robot Access Development
Documentation](https://open.dingtalk.com/document/robots/custom-robot-access)
diff --git a/docs/zh-cn/dev/user_doc/guide/alert/dingtalk.md
b/docs/zh-cn/dev/user_doc/guide/alert/dingtalk.md
index 85c6ce7..8df9c3f 100644
--- a/docs/zh-cn/dev/user_doc/guide/alert/dingtalk.md
+++ b/docs/zh-cn/dev/user_doc/guide/alert/dingtalk.md
@@ -12,6 +12,8 @@
> 安全设置的自定义关键词
* Secret
> 安全设置的加签
+* 消息类型
+ > 支持 text 和 markdown 两种类型
自定义机器人发送消息时,可以通过手机号码指定“被@人列表”。在“被@人列表”里面的人员收到该消息时,会有@消息提醒。免打扰会话仍然通知提醒,首屏出现“有人@你”
* @Mobiles
@@ -21,5 +23,4 @@
* @All
> 是否@所有人
-[钉钉自定义机器人接入开发文档](https://open.dingtalk.com/document/robots/custom-robot-access),
-采用消息类型为text
\ No newline at end of file
+[钉钉自定义机器人接入开发文档](https://open.dingtalk.com/document/robots/custom-robot-access)
diff --git a/img/alert/dingtalk-plugin.png b/img/alert/dingtalk-plugin.png
index e9407e9..0cb2a2f 100644
Binary files a/img/alert/dingtalk-plugin.png and
b/img/alert/dingtalk-plugin.png differ