Skip to content

Commit a9edde3

Browse files
fix: 修复自动远征不在主界面开始的情况会停止任务
1 parent 6ca4df5 commit a9edde3

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

assets/resource/pipeline/自動遠征.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"next": [
106106
"点击远征",
107107
"远征收获奖励",
108-
"退出远征"
108+
"退出远征1"
109109
]
110110
},
111111
"点击远征": {
@@ -120,7 +120,7 @@
120120
"action": "Click",
121121
"next": [
122122
"远征收获奖励",
123-
"退出远征"
123+
"退出远征1"
124124
]
125125
},
126126
"远征收获奖励": {
@@ -148,7 +148,7 @@
148148
"post_wait_freezes": 1000,
149149
"next": [
150150
"远征收获奖励",
151-
"退出远征"
151+
"退出远征1"
152152
]
153153
},
154154
"退出远征": {
@@ -160,6 +160,19 @@
160160
"next": [
161161
"退出远征",
162162
"远征领取奖励",
163+
"自动收远征",
164+
"无动作结束"
165+
]
166+
},
167+
"退出远征1": {
168+
"recognition": "TemplateMatch",
169+
"template": "退出.png",
170+
"action": "Click",
171+
"green_mask": true,
172+
"post_wait_freezes": 1000,
173+
"next": [
174+
"退出远征1",
175+
"远征领取奖励",
163176
"无动作结束"
164177
]
165178
},

0 commit comments

Comments
 (0)