From 3ff940c6f3090f552531f1c942eae2bb45d48ad2 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Tue, 14 Apr 2026 19:41:23 +0800 Subject: [PATCH] feat: simplify styling for closed and pending conversation messages --- web/app/(console)/conversations/_components/chat-panel.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/(console)/conversations/_components/chat-panel.tsx b/web/app/(console)/conversations/_components/chat-panel.tsx index fc1eb02..38b2fbf 100644 --- a/web/app/(console)/conversations/_components/chat-panel.tsx +++ b/web/app/(console)/conversations/_components/chat-panel.tsx @@ -388,15 +388,15 @@ export function ChatPanel() { const bottomPanel = (
{isClosedConversation ? ( -
+
当前会话已关闭
) : conversation?.status === 1 ? ( -
+
当前会话由 AI 接待中,转人工后才能由客服发送消息
) : isPendingConversation ? ( -
+