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 问答助手
+ }
+ onClick={() => createConvMutation.mutate("新对话")}
+ loading={createConvMutation.isPending}
+ />
{/* Conversation List */}
@@ -443,21 +458,11 @@ export default function AiChatPage() {
)}
- {/* New Conversation Button */}
+ {/* Bottom branding */}
- }
- onClick={() => createConvMutation.mutate("新对话")}
- loading={createConvMutation.isPending}
- style={{
- height: 40,
- borderRadius: 8,
- }}
- >
- 新建对话
-
+
+ AI问答助手
+