From 3f89777bf8895cd4298ee4e1e2ff99c7fe9e50f7 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Mon, 7 Jul 2025 09:44:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(TextMessage):=20=E4=BF=AE=E5=A4=8D=E6=8F=90?= =?UTF-8?q?=E5=8F=8A=E6=96=87=E6=9C=AC=E9=A2=9C=E8=89=B2=E5=9C=A8=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E6=B5=AE=E5=8A=A8=E6=97=B6=E7=9A=84=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/talk/message/TextMessage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/talk/message/TextMessage.vue b/src/components/talk/message/TextMessage.vue index eba6792..e31677c 100644 --- a/src/components/talk/message/TextMessage.vue +++ b/src/components/talk/message/TextMessage.vue @@ -17,7 +17,7 @@ let textContent = props.extra?.content || '' textContent = textReplaceLink(textContent) if (props.data.talk_type == 2) { - textContent = textReplaceMention(textContent, float==='right'?'#462AA0':'#fff',float==='right'?'#fff':'#462AA0') + textContent = textReplaceMention(textContent, float==='right'?'#462AA0':'#fff',float==='right'?'#EEE9F9':'#462AA0') } textContent = textReplaceEmoji(textContent)