From 2fcd241d943af806354f2be8bdf3bef10edb5330 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Tue, 9 Jun 2026 10:27:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E7=A7=BB=E9=99=A4=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E6=B6=88=E6=81=AF=E5=8A=A0=E8=BD=BD=E6=97=B6action-it?= =?UTF-8?q?em=E7=9A=84=E5=85=A5=E5=9C=BA=E5=8A=A8=E7=94=BB=EF=BC=8C?= =?UTF-8?q?=E4=BB=85=E6=B5=81=E5=BC=8F=E8=BE=93=E5=87=BA=E6=97=B6=E4=BF=9D?= =?UTF-8?q?=E7=95=99=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/src/components/chat/ChatArea.vue | 6 ++++-- static/src/styles/components/chat/_chat-area.scss | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/static/src/components/chat/ChatArea.vue b/static/src/components/chat/ChatArea.vue index f0281ad..4c5fd13 100644 --- a/static/src/components/chat/ChatArea.vue +++ b/static/src/components/chat/ChatArea.vue @@ -142,7 +142,8 @@ group.action?.streaming || group.action?.type === 'text' || group.action?.type === 'thinking', - 'thinking-finished': group.action?.type === 'thinking' && !group.action?.streaming + 'thinking-finished': group.action?.type === 'thinking' && !group.action?.streaming, + 'no-entry-animation': !streamingMessage || index !== latestMessageIndex }" >