fix.修复愚人号活动关卡不勾选代理指挥的问题

https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/392
This commit is contained in:
MistEO
2022-05-01 22:16:17 +08:00
parent c1d4443fb4
commit 38e778dec2
2 changed files with 24 additions and 4 deletions

View File

@@ -350,6 +350,7 @@
"action": "doNothing",
"next": [
"UsePrts",
"UsePrts-StageSN",
"StartButton1",
"PRTS",
"PRTS2",
@@ -439,6 +440,24 @@
"StartButton1"
]
},
"UsePrts-StageSN": {
"Doc": "三周年活动关卡“愚人号”代理指挥按钮",
"action": "ClickSelf",
"roi": [
1010,
508,
270,
143
],
"cache": false,
"next": [
"StartButton1"
],
"maskRange": [
50,
255
]
},
"StartButton1": {
"algorithm": "OcrDetect",
"text": [
@@ -446,10 +465,10 @@
],
"cache": false,
"preDelay": 500,
"roi": [
1000,
600,
280,
"roi": [
1000,
600,
280,
120
],
"action": "clickSelf",
@@ -872,6 +891,7 @@
"action": "clickSelf",
"next": [
"UsePrts",
"UsePrts-StageSN",
"StartButton1"
]
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB