From 251a2f0e9972fd1e725238ed9eaa506769236e92 Mon Sep 17 00:00:00 2001 From: sliverp Date: Fri, 6 Feb 2026 16:16:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=98=E8=AE=A4=E5=90=AF=E7=94=A8=20Q?= =?UTF-8?q?Q=20=E6=9C=BA=E5=99=A8=E4=BA=BA=20markdown=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gateway.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gateway.ts b/src/gateway.ts index 7e45b24..776fc4e 100644 --- a/src/gateway.ts +++ b/src/gateway.ts @@ -499,7 +499,8 @@ openclaw cron add \\ ⚠️ 注意: - 必须使用 路径 格式 - 本地路径必须是绝对路径,支持 png、jpg、jpeg、gif、webp 格式 -- 图片文件/URL 必须有效,否则发送失败`; +- 图片文件/URL 必须有效,否则发送失败 +- Markdown格式下,也必须使用该方式发送图片`; const systemPrompts = [builtinPrompt]; if (account.systemPrompt) {