fix: 修复潜在的非法关卡名检测错误

This commit is contained in:
MistEO
2022-12-11 13:55:04 +08:00
parent 858bb9fb6d
commit 74aff44667

View File

@@ -6316,6 +6316,10 @@
"action": "DoNothing",
"text": [],
"ocrReplace": [
[
"—",
"-"
],
[
"^.+-EX-?\\d+$",
"_INVALID_"
@@ -6327,10 +6331,6 @@
[
"^.+-MO-?\\d+$",
"_INVALID_"
],
[
"—",
"-"
]
],
"roi": [
@@ -9117,4 +9117,4 @@
"RoguelikeWaitBattleStart"
]
}
}
}