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) => (