From 51fbdc0f7180e45713f064ab7d93b086cb2f9efd Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Mon, 17 Nov 2025 00:05:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E6=97=A0=E6=95=88=E9=99=84=E5=8A=A0=E6=95=B0=E6=8D=AE=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/chat/ChatFragment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/chat/ChatFragment.tsx b/client/ui/chat/ChatFragment.tsx index 726526c..ed357c6 100644 --- a/client/ui/chat/ChatFragment.tsx +++ b/client/ui/chat/ChatFragment.tsx @@ -89,7 +89,7 @@ const markedInstance = new marked.Marked({ case "ChatMention": return `PH` } - return `(不支持的附件语法: ![${text}](${href}))` + return `${ escapeHTML(`[无效数据 (<${text}>=${href})]`) }` }, } })