From d3b3d330666ea0b181d5fb11356200b205a8233b Mon Sep 17 00:00:00 2001 From: hobby Date: Fri, 21 Feb 2025 01:25:23 +0800 Subject: [PATCH] add share way --- src/components/ChatUI.tsx | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) 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 && ( + + + + + + +

分享聊天记录

+
+
+
+ )}