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问答助手 +