mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
@@ -129,8 +129,7 @@
|
||||
"doc": "步骤 14:OCR 识别部署费用",
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "DoNothing",
|
||||
"text": ["22+"],
|
||||
"ocrReplace": [["2[2-9]", "22+"], ["[3-9]\\d+", "22+"]],
|
||||
"text": ["22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50"],
|
||||
"roi": [1200, 490, 80, 50],
|
||||
"next": ["RelaunchAnchor@RA@DeployOperatorSwipe"]
|
||||
},
|
||||
@@ -191,8 +190,8 @@
|
||||
"doc": "步骤 21:OCR 识别 <交付木材> 并点击",
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"text": ["交付木材8+"],
|
||||
"ocrReplace": [["交付木材.*([89]|[1-9]\\d+)", "交付木材8+"]],
|
||||
"text": ["交付木材8"],
|
||||
"ocrReplace": [["交付木材.*(8|9|10|11|12|13|14|15|16|17|18|19|20)", "交付木材8"]],
|
||||
"roi": [80, 235, 110, 35],
|
||||
"next": ["RelaunchAnchor@RA@WaitWoodDialogue"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user