mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: precommit prettier
[skip changelog] [skip ci]
This commit is contained in:
@@ -6648,18 +6648,18 @@
|
||||
"baseTask": "NumberOcrReplace",
|
||||
"ocrReplaceDoc": "不知道为啥有些人会识别到\\.,全部替换下得了",
|
||||
"ocrReplace": [
|
||||
[ "[Oo]", "0" ],
|
||||
[ "[IiLl]", "1" ],
|
||||
[ "\\|", "1" ],
|
||||
[ "B", "8" ],
|
||||
[ "\\.", "" ],
|
||||
[ " ", "" ]
|
||||
["[Oo]", "0"],
|
||||
["[IiLl]", "1"],
|
||||
["\\|", "1"],
|
||||
["B", "8"],
|
||||
["\\.", ""],
|
||||
[" ", ""]
|
||||
],
|
||||
"roi": [ 400, 450, 225, 160 ],
|
||||
"roi": [400, 450, 225, 160],
|
||||
"fullMatch": true,
|
||||
"action": "ClickSelf",
|
||||
"postDelay": 800,
|
||||
"next": [ "#self", "Stop" ]
|
||||
"next": ["#self", "Stop"]
|
||||
},
|
||||
"Roguelike@ChooseOper": {
|
||||
"Doc": "本任务注册了插件 RoguelikeRecruitTaskPlugin",
|
||||
|
||||
Reference in New Issue
Block a user