From 1040e66b24011ee9ca80690c40fb13a81e7d5eba Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 14 Mar 2024 12:06:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95:=20?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BAtext=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ChatHistory.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ChatHistory.jsx b/src/views/ChatHistory.jsx index 6c48663..67f176a 100644 --- a/src/views/ChatHistory.jsx +++ b/src/views/ChatHistory.jsx @@ -248,6 +248,7 @@ function ChatHistory() { onOpen={() => handlePreview(message)} onTitleClick={() => handlePreview(message)} notch={false} + title={message.type === 'text' ? '' : message.title} text={} copiableDate={true} dateString={message.dateString || message.localDate}