修复赛马编号通知卡片识别

This commit is contained in:
pllx
2026-04-29 16:07:26 +08:00
parent 5173275a92
commit 449894e3e5
@@ -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: "赛马",