修复跑马通知屏蔽识别

This commit is contained in:
pllx
2026-04-30 15:07:09 +08:00
parent 59a417bd10
commit 8c7b1086ff
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ function resolveGameNotificationCardMeta(msg) {
|| 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)
|| /^🏆\s*第\s*#?\d+\s*场结束/u.test(normalizedContent)
) {
return {