From 602e192bff1d484736b747e37d8294cde7f380ed Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Fri, 4 Jul 2025 12:25:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=95=B4=E5=90=88=E5=A4=9A=E6=AC=A1?= =?UTF-8?q?=E6=80=9D=E8=80=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/message.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/utils/message.js b/utils/message.js index bc2cc77..976432f 100644 --- a/utils/message.js +++ b/utils/message.js @@ -217,6 +217,12 @@ export async function toYunzai (e, contents) { } } } + if (forward.length > 1) { + const newForward = [await common.makeForwardMsg(e, forward, '多次思考过程')] + return { + msgs: msgs.filter(i => !!i), newForward + } + } return { msgs: msgs.filter(i => !!i), forward }