From 449894e3e5206ae09985e46267a317b25af17942 Mon Sep 17 00:00:00 2001 From: pllx Date: Wed, 29 Apr 2026 16:07:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B5=9B=E9=A9=AC=E7=BC=96?= =?UTF-8?q?=E5=8F=B7=E9=80=9A=E7=9F=A5=E5=8D=A1=E7=89=87=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/js/chat-room/message-renderer.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/js/chat-room/message-renderer.js b/resources/js/chat-room/message-renderer.js index 0765efb..7c08267 100644 --- a/resources/js/chat-room/message-renderer.js +++ b/resources/js/chat-room/message-renderer.js @@ -198,6 +198,9 @@ function resolveGameNotificationCardMeta(msg) { || normalizedContent.startsWith("🐎 开赛:") || normalizedContent.startsWith("🏇 比赛开始:") || normalizedContent.startsWith("🏆 冠军:") + || /^🐎\s*第\s*#?\d+\s*场开赛/u.test(normalizedContent) + || /^🏇\s*第\s*#?\d+\s*场比赛开始/u.test(normalizedContent) + || /^🏆\s*第\s*#?\d+\s*场结束/u.test(normalizedContent) ) { return { label: "赛马",