From 99eb0ea7a30731b8ba088e61ffb4f809740b364b Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Sun, 3 Aug 2025 19:52:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(tools.js):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=BE=AE=E4=BF=A1=E6=96=87=E7=AB=A0=E5=9C=A8=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B=E4=BC=9A?= =?UTF-8?q?=E6=92=A4=E9=94=80=E5=8E=9F=E6=B6=88=E6=81=AF=20[#77]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/tools.js b/apps/tools.js index 1a46df8..c527fca 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -202,7 +202,7 @@ export class tools extends plugin { fnc: "freyr" }, { - reg: "(^#总结一下(http|https):\/\/.*|mp.weixin|arxiv.org|sspai.com|chinadaily.com.cn|zhihu.com)", + reg: "(^#总结一下(http|https):\/\/.*|mp.weixin.qq.com|arxiv.org|sspai.com|chinadaily.com.cn|zhihu.com)", fnc: "linkShareSummary" }, { @@ -2669,7 +2669,7 @@ export class tools extends plugin { await builder.build(); - e.reply(`${this.identifyPrefix}识别:${name},正在为您总结,请稍等...`, true, { recallMsg: MESSAGE_RECALL_TIME }); + e.reply(`${this.identifyPrefix}识别:${name},正在为您总结,请稍等...`, true); let messages = [{ role: "user", content: summaryLink }];