From 1efb5ca7edb29315336af7b7d69d280ba38c58e7 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 20 Mar 2024 14:22:10 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95:?= =?UTF-8?q?=20=E5=8C=B9=E9=85=8D=E6=B6=88=E6=81=AF=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= 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 c451f59..5073bed 100644 --- a/src/views/ChatHistory.jsx +++ b/src/views/ChatHistory.jsx @@ -323,6 +323,7 @@ function ChatHistory() { {(selectedConversation.matchMsgList || []).length > 1 && isNotEmpty(formValues.search) && (
+

{formValues.search} 的相关记录, 点击定位上下文

{selectedConversation.matchMsgList.map((item) => (