diff --git a/astrbot/core/platform/sources/dingtalk/dingtalk_event.py b/astrbot/core/platform/sources/dingtalk/dingtalk_event.py index e865913e1..7980ecd55 100644 --- a/astrbot/core/platform/sources/dingtalk/dingtalk_event.py +++ b/astrbot/core/platform/sources/dingtalk/dingtalk_event.py @@ -24,7 +24,7 @@ class DingtalkMessageEvent(AstrMessageEvent): if isinstance(segment, Comp.Plain): segment.text = segment.text.strip() await asyncio.get_event_loop().run_in_executor( - None, client.reply_text, segment.text, self.message_obj.raw_message + None, client.reply_markdown, "AstrBot", segment.text, self.message_obj.raw_message ) elif isinstance(segment, Comp.Image): markdown_str = "" diff --git a/dashboard/src/stores/common.js b/dashboard/src/stores/common.js index c4b90b8d2..640389ddc 100644 --- a/dashboard/src/stores/common.js +++ b/dashboard/src/stores/common.js @@ -20,7 +20,7 @@ export const useCommonStore = defineStore({ "gewechat": "https://astrbot.app/deploy/platform/gewechat.html", "lark": "https://astrbot.app/deploy/platform/lark.html", "telegram": "https://astrbot.app/deploy/platform/telegram.html", - "dingtalk": "https: //astrbot.app/deploy/platform/dingtalk.html", + "dingtalk": "https://astrbot.app/deploy/platform/dingtalk.html", }, pluginMarketData: [],