File tree Expand file tree Collapse file tree
image/auto_withdraw_money Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 3333 "type" : " Click"
3434 },
3535 "next" : [
36- " [JumpBack][Anchor]MouseMoveResetAnchor" ,
3736 " 提取收益"
3837 ]
3938 },
5756 "type" : " Click"
5857 },
5958 "next" : [
60- " [JumpBack][Anchor]MouseMoveResetAnchor" ,
6159 " 确认收益"
6260 ]
6361 },
8179 "type" : " Click"
8280 },
8381 "next" : [
84- " [JumpBack][Anchor]MouseMoveResetAnchor" ,
8582 " 点击空白区域关闭"
8683 ]
8784 },
105102 "type" : " Click"
106103 },
107104 "next" : [
108- " [JumpBack][Anchor]MouseMoveResetAnchor" ,
109105 " 点击补货"
110106 ],
111107 "post_delay" : 50
130126 "type" : " Click"
131127 },
132128 "next" : [
133- " [JumpBack][Anchor]MouseMoveResetAnchor" ,
134129 " 选择24小时"
135130 ]
136131 },
154149 "action" : {
155150 "type" : " Click"
156151 },
152+ "post_delay" : 500 ,
157153 "next" : [
158- " [JumpBack][Anchor]MouseMoveResetAnchor" ,
159154 " 确认补货"
160155 ]
161156 },
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" ,
203213 "type" : " Click"
204214 },
205215 "next" : [
206- " [JumpBack][Anchor]MouseMoveResetAnchor" ,
207216 " 确认送货"
208217 ]
209218 },
227236 "type" : " Click"
228237 },
229238 "next" : [
230- " [JumpBack][Anchor]MouseMoveResetAnchor" ,
231239 " Esc"
232240 ]
233241 },
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}
You can’t perform that action at this time.
0 commit comments