mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
chore: 调整等级判断范围
This commit is contained in:
@@ -411,7 +411,10 @@
|
||||
"isAscii": true,
|
||||
"text": ["nope"],
|
||||
"postDelay": 500,
|
||||
"ocrReplace": [["[0-9]", "nope"]]
|
||||
"ocrReplace": [
|
||||
["[1/]", ""],
|
||||
["[0-9]", "nope"]
|
||||
]
|
||||
},
|
||||
"Roguelike@ChooseDifficulty": {
|
||||
"Doc": "base_task",
|
||||
|
||||
Reference in New Issue
Block a user