diff --git a/src/components/ChatUI.tsx b/src/components/ChatUI.tsx index 55f89fc..a062638 100644 --- a/src/components/ChatUI.tsx +++ b/src/components/ChatUI.tsx @@ -537,23 +537,25 @@ const ChatUI = () => { {/* Input Area */}
- - - - - - -

分享聊天记录

-
-
-
+ {messages.length > 0 && ( + + + + + + +

分享聊天记录

+
+
+
+ )}