From 5ca9788b2ce853708b92bc66f44628fc56c3d26d Mon Sep 17 00:00:00 2001 From: Jerrypluay Date: Sat, 18 Oct 2025 18:20:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E5=A4=8D=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E5=8C=B9=E9=85=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai.js b/apps/ai.js index 1862308..a0d45d0 100644 --- a/apps/ai.js +++ b/apps/ai.js @@ -184,7 +184,7 @@ async function handleAiMode(userMessage, e, aiConfig) { } async function handleMixMode(userMessage, e, aiConfig) { - const isTooLong = await KeywordMatcher.isMessageTooLong(userMessage); + const isTooLong = await KeywordMatcher.isMessageTooLong(e.msg); if (isTooLong) { //消息太长,使用AI回复