forked from AshenOneYe/WFHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_demo.json
41 lines (40 loc) · 1.13 KB
/
config_demo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name":"demo_config",
"author":"大A",
"description":"配置文件描述,用于介绍配置文件功能",
"similarityThreshold":1,
"randomClickDelay":300,
"randomClickArea":[0,0,1,1],
"screenSize":[1440,810],
"targetList":["mainTargets"],
"mainTargets":[
{
"name" : "继续",
"path" : "jixu.png",
"area" : [279,1319,530,1388],
"similarityThreshold":0.9,
"text" : "发现继续按钮",
"description":"介绍该target功能,可以随便写",
"actions" : [
{
"name":"click",
"info":"点击"
},
{
"name":"sleep",
"args":[1],
"info":"等待一秒钟"
},
{
"name":"pass",
"info":"结束等待"
},
{
"name":"click",
"args":[[0,0,1,1]],
"info":"点击[0,0,1,1]"
}
]
}
]
}