From 1a997817edb27bbb7323961750fadcd176480892 Mon Sep 17 00:00:00 2001 From: chengkai3 Date: Sun, 28 Jun 2026 18:09:16 +0800 Subject: [PATCH] =?UTF-8?q?[feat]:[FL-224][=E4=BC=98=E5=8C=96AI=E9=97=AE?= =?UTF-8?q?=E7=AD=94=E9=A1=B5=E9=9D=A2=EF=BC=9A=E5=B7=A6=E4=B8=8B=E8=A7=92?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=94=B9=E4=B8=BA=E6=96=87=E6=A1=88=EF=BC=8C?= =?UTF-8?q?=E5=B7=A6=E4=B8=8A=E8=A7=92=E5=A2=9E=E5=8A=A0=E6=96=B0=E5=BB=BA?= =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=8A=A0=E5=8F=B7=E6=8C=89=E9=92=AE]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: multica-agent --- web/src/app/admin/ai-chat/page.tsx | 37 +++++++++++++++++------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/web/src/app/admin/ai-chat/page.tsx b/web/src/app/admin/ai-chat/page.tsx index 9f7397c..12a5f53 100644 --- a/web/src/app/admin/ai-chat/page.tsx +++ b/web/src/app/admin/ai-chat/page.tsx @@ -351,11 +351,26 @@ export default function AiChatPage() { borderRight: "1px solid var(--ant-color-border-secondary)", }} > - {/* Header */} -
+ {/* Header with new conversation button */} +
AI 问答助手 +
{/* Conversation List */} @@ -443,21 +458,11 @@ export default function AiChatPage() { )}
- {/* New Conversation Button */} + {/* Bottom branding */}
- + + AI问答助手 +