mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 修复潜在的非法关卡名检测错误
This commit is contained in:
@@ -6316,6 +6316,10 @@
|
||||
"action": "DoNothing",
|
||||
"text": [],
|
||||
"ocrReplace": [
|
||||
[
|
||||
"—",
|
||||
"-"
|
||||
],
|
||||
[
|
||||
"^.+-EX-?\\d+$",
|
||||
"_INVALID_"
|
||||
@@ -6327,10 +6331,6 @@
|
||||
[
|
||||
"^.+-MO-?\\d+$",
|
||||
"_INVALID_"
|
||||
],
|
||||
[
|
||||
"—",
|
||||
"-"
|
||||
]
|
||||
],
|
||||
"roi": [
|
||||
@@ -9117,4 +9117,4 @@
|
||||
"RoguelikeWaitBattleStart"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user