mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
修正偶尔OCR错误造成的吃48小时理智药失效问题 (#6004)
This commit is contained in:
@@ -3566,6 +3566,14 @@
|
||||
[
|
||||
".+分钟",
|
||||
"分钟"
|
||||
],
|
||||
[
|
||||
"^\\d+小$",
|
||||
"小时"
|
||||
],
|
||||
[
|
||||
"^\\d+分$",
|
||||
"分钟"
|
||||
]
|
||||
],
|
||||
"roi": [
|
||||
|
||||
Reference in New Issue
Block a user