修复赛马编号通知卡片识别
This commit is contained in:
@@ -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: "赛马",
|
||||
|
||||
Reference in New Issue
Block a user