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: "赛马",