Skip to content

Commit 80f73d6

Browse files
committed
withdraw cafe fix
1 parent 0aa83be commit 80f73d6

8 files changed

Lines changed: 30 additions & 24 deletions

File tree

10.6 KB
Loading
-4.32 KB
Loading
-13.1 KB
Loading
-13.6 KB
Loading
-9.98 KB
Loading
-1.26 KB
Loading

assets/resource/base/pipeline/Common/ScenceMenu.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
{
22
"__ScenePrivateMenuListEnterWorld": {
33
"desc": "从菜单总列表退出到大世界,避免电脑反复在菜单总列表和大世界之间切换",
4-
"recognition": {
5-
"type": "OCR",
6-
"param": {
7-
"roi": [
8-
1052,
9-
161,
10-
59,
11-
18
12-
],
13-
"expected": [
14-
"鉴别等级"
15-
],
16-
"threshold": 0.8
17-
}
18-
},
4+
"recognition": "And",
5+
"all_of": [
6+
"InEscMenu"
7+
],
198
"pre_delay": 2000,
209
"action": {
2110
"type": "ClickKey",

assets/resource/base/pipeline/auto_withdraw_money.json

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"type": "Click"
3434
},
3535
"next": [
36-
"[JumpBack][Anchor]MouseMoveResetAnchor",
3736
"提取收益"
3837
]
3938
},
@@ -57,7 +56,6 @@
5756
"type": "Click"
5857
},
5958
"next": [
60-
"[JumpBack][Anchor]MouseMoveResetAnchor",
6159
"确认收益"
6260
]
6361
},
@@ -81,7 +79,6 @@
8179
"type": "Click"
8280
},
8381
"next": [
84-
"[JumpBack][Anchor]MouseMoveResetAnchor",
8582
"点击空白区域关闭"
8683
]
8784
},
@@ -105,7 +102,6 @@
105102
"type": "Click"
106103
},
107104
"next": [
108-
"[JumpBack][Anchor]MouseMoveResetAnchor",
109105
"点击补货"
110106
],
111107
"post_delay": 50
@@ -130,7 +126,6 @@
130126
"type": "Click"
131127
},
132128
"next": [
133-
"[JumpBack][Anchor]MouseMoveResetAnchor",
134129
"选择24小时"
135130
]
136131
},
@@ -154,8 +149,8 @@
154149
"action": {
155150
"type": "Click"
156151
},
152+
"post_delay": 500,
157153
"next": [
158-
"[JumpBack][Anchor]MouseMoveResetAnchor",
159154
"确认补货"
160155
]
161156
},
@@ -179,10 +174,25 @@
179174
"type": "Click"
180175
},
181176
"next": [
182-
"[JumpBack][Anchor]MouseMoveResetAnchor",
177+
"库存已满",
183178
"送货上门"
184179
]
185180
},
181+
"库存已满":{
182+
"recognition": {
183+
"type": "TemplateMatch",
184+
"param": {
185+
"roi": [506,344,265,34],
186+
"template": [
187+
"auto_withdraw_money/InventoryFull.png"
188+
],
189+
"threshold": 0.8
190+
}
191+
},
192+
"next": [
193+
"Esc"
194+
]
195+
},
186196
"送货上门": {
187197
"recognition": {
188198
"type": "TemplateMatch",
@@ -203,7 +213,6 @@
203213
"type": "Click"
204214
},
205215
"next": [
206-
"[JumpBack][Anchor]MouseMoveResetAnchor",
207216
"确认送货"
208217
]
209218
},
@@ -227,7 +236,6 @@
227236
"type": "Click"
228237
},
229238
"next": [
230-
"[JumpBack][Anchor]MouseMoveResetAnchor",
231239
"Esc"
232240
]
233241
},
@@ -242,5 +250,14 @@
242250
},
243251
"repeat": 2,
244252
"repeat_delay": 100
253+
},
254+
"WithdrawMoneyExit": {
255+
"desc": "提取收益任务出口",
256+
"pre_delay": 0,
257+
"post_delay": 0,
258+
"rate_limit": 0,
259+
"next": [
260+
"__ScenePrivateBackToWorldAny"
261+
]
245262
}
246263
}

0 commit comments

Comments
 (0)