forked from dundunnp/auto_xuexiqiangguo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path配置模式.json
125 lines (125 loc) · 3.2 KB
/
配置模式.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[
{
"name": "delay_time",
"type": "number",
"label": "跳转页面加载的时间(以秒s为单位)",
"validation": "required",
"help": "默认为1s(支持小数点形式),根据手机性能与网络情况自行而定,时间越长出bug的可能越小,但同时耗费的时间越长"
},
{
"name": "all_weekly_answers_completed",
"type": "radio",
"options": {
"yes": "是",
"no": "否"
},
"label": "之前的每周答题是否全部完成",
"validation": "required",
"help": "如果完成就不需要浪费时间向下搜索"
},
{
"name": "all_special_answer_completed",
"type": "radio",
"options": {
"yes": "是",
"no": "否"
},
"label": "之前的专项答题是否全部完成",
"validation": "required",
"help": "如果完成就不需要浪费时间向下搜索"
},
{
"name": "whether_complete_subscription",
"type": "radio",
"options": {
"yes": "是",
"no": "否"
},
"label": "是否完成订阅模块",
"validation": "required"
},
{
"name": "whether_complete_speech",
"type": "radio",
"options": {
"yes": "是",
"no": "否"
},
"label": "是否完成发表言论模块",
"validation": "required"
},
{
"label": "是否提高四人赛双人对战正确率",
"type": "radio",
"name": "whether_improve_accuracy",
"options": {
"yes": "是",
"no": "否"
},
"validation": "required",
"help": "如果选择是,请按照提示填写如以下内容(具体如何填写请看说明),否则不需填写"
},
{
"label": "选择使用百度ocr还是华为ocr",
"type": "radio",
"name": "baidu_or_huawei",
"options": {
"baidu": "百度",
"huawei": "华为"
}
},
{
"name": "AK",
"type": "text",
"label": "API KEY",
"help": "如果选择百度,请填写,否则空着"
},
{
"name": "SK",
"type": "text",
"label": "Secret KEY",
"help": "如果选择百度,请填写,否则空着"
},
{
"name": "endpoint",
"type": "text",
"label": "Endpoint",
"help": "如果选择华为,请填写,否则空着"
},
{
"name": "projectId",
"type": "text",
"label": "project_id",
"help": "如果选择华为,请填写,否则空着"
},
{
"name": "username",
"type": "text",
"label": "username",
"help": "如果选择华为,请填写,否则空着"
},
{
"name": "password",
"type": "text",
"label": "password",
"help": "如果选择华为,请填写,否则空着"
},
{
"name": "domainname",
"type": "text",
"label": "domainname",
"help": "如果选择华为,请填写,否则空着"
},
{
"name": "projectname",
"type": "text",
"label": "projectname",
"help": "如果选择华为,请填写,否则空着"
},
{
"name": "pushplus_token",
"type": "text",
"label": "pushplus_token",
"help": "选填,是否要使用微信消息推送功能,如是请填写pushplus的token,如何获取请见说明"
}
]