File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
assets/resource/base/pipeline Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 3
3
"next" : [
4
4
" 关闭奖励" ,
5
5
" 一键领取_任务" ,
6
+ " 选择每日任务" ,
6
7
" 打开宿舍任务" ,
7
8
" 打开宿舍" ,
8
9
" 返回主菜单"
9
10
]
10
11
},
12
+ "选择每日任务" : {
13
+ "times_limit" : 3 ,
14
+ "runout_next" : [
15
+ " 返回主菜单"
16
+ ],
17
+ "recognition" : " OCR" ,
18
+ "roi" : [
19
+ 30 ,
20
+ 382 ,
21
+ 64 ,
22
+ 41
23
+ ],
24
+ "expected" : " 每日" ,
25
+ "action" : " Click" ,
26
+ "next" : [
27
+ " 宿舍任务_领取"
28
+ ]
29
+ },
11
30
"宿舍任务_执勤" : {
12
31
"next" : [
13
32
" 关闭奖励_宿舍" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"拟战场域" : {
3
+ "post_delay" : 1000 ,
4
+ "timeout_next" : [
5
+ " 返回主菜单"
6
+ ],
3
7
"next" : [
4
8
" 补给包不足_拟战场域" ,
5
9
" 体力不足" ,
57
61
"action" : " Click"
58
62
},
59
63
"体力不足_拟战场域" : {
64
+ "timeout_next" : [
65
+ " 返回主菜单"
66
+ ],
60
67
"recognition" : " OCR" ,
61
68
"roi" : [
62
69
588 ,
71
78
]
72
79
},
73
80
"吃体力药" : {
81
+ "timeout_next" : [
82
+ " 返回主菜单"
83
+ ],
74
84
"recognition" : " TemplateMatch" ,
75
85
"roi" : [
76
86
993 ,
You can’t perform that action at this time.
0 commit comments