From 817d828c856bb22e99ac04f950fc16303a3cbf8c Mon Sep 17 00:00:00 2001 From: qixinbo Date: Sat, 14 Mar 2026 22:28:25 +0800 Subject: [PATCH] UI polish --- frontend/src/components/ChatInterface.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ChatInterface.tsx b/frontend/src/components/ChatInterface.tsx index e7fb014..373a5d9 100644 --- a/frontend/src/components/ChatInterface.tsx +++ b/frontend/src/components/ChatInterface.tsx @@ -243,7 +243,7 @@ export function ChatInterface() { {/* Top Bar */}
- + {currentModel ? (currentModel.name || currentModel.model) : "选择模型..."}