From 1205ecc86e91180e4f7b5d55df2e1de948e5844a Mon Sep 17 00:00:00 2001 From: sliverp Date: Fri, 6 Feb 2026 15:58:13 +0800 Subject: [PATCH 1/3] 111 --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 0b92dc1..3bed5b4 100644 --- a/src/config.ts +++ b/src/config.ts @@ -76,7 +76,7 @@ export function resolveQQBotAccount( allowFrom: qqbot?.allowFrom, systemPrompt: qqbot?.systemPrompt, imageServerBaseUrl: qqbot?.imageServerBaseUrl, - markdownSupport: qqbot?.markdownSupport, + markdownSupport: qqbot?.markdownSupport ?? true, }; appId = qqbot?.appId ?? ""; } else { From 251a2f0e9972fd1e725238ed9eaa506769236e92 Mon Sep 17 00:00:00 2001 From: sliverp Date: Fri, 6 Feb 2026 16:16:25 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E9=BB=98=E8=AE=A4=E5=90=AF=E7=94=A8?= =?UTF-8?q?=20QQ=20=E6=9C=BA=E5=99=A8=E4=BA=BA=20markdown=20=E6=94=AF?= =?UTF-8?q?=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) { From 8ccb231fda8aba1db98dc7812f7bc4048321e31c Mon Sep 17 00:00:00 2001 From: sliverp Date: Fri, 6 Feb 2026 16:23:07 +0800 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E8=87=B3=201.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 779492a..8852007 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sliverp/qqbot", - "version": "1.3.13", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sliverp/qqbot", - "version": "1.3.13", + "version": "1.4.1", "bundleDependencies": [ "ws" ], diff --git a/package.json b/package.json index c83b84f..81625f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sliverp/qqbot", - "version": "1.3.14", + "version": "1.4.1", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",