forked from dundunnp/auto_xuexiqiangguo
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path配置模式.json
74 lines (74 loc) · 2.16 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
[
{
"name": "new_hami",
"type": "checkbox",
"label": "勾选后启用Hamibot脱敏版(隐藏其无障碍,请看主页)"
},
{
"name": "delay_time",
"type": "number",
"label": "跳转页面加载的时间(以秒s为单位)",
"validation": "required",
"help": "默认为1s(支持小数点形式),根据手机性能与网络情况自行而定,时间越长出bug的可能越小,但同时耗费的时间越长"
},
{
"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": "如果选择是,请按照提示填写如以下内容(具体如何填写请看说明),否则不需填写"
},
{
"name": "AK",
"type": "text",
"label": "API KEY",
"help": "如果选择百度,请填写,否则空着"
},
{
"name": "SK",
"type": "text",
"label": "Secret KEY",
"help": "如果选择百度,请填写,否则空着"
},
{
"name": "pushplus_token",
"type": "text",
"label": "pushplus_token",
"help": "微信关注“pushplus推送加”,复制token填入即可。推送通知内容展示详细的学习积分;脚本有推送检验,相同内容不会重复推送,可以在间隔时间段设置2个定时任务以确保当天学习圆满"
},
{
"name": "all_completed_Vibrate",
"type": "radio",
"options": {
"yes": "是",
"no": "否"
},
"label": "是否启用脚本运行完成后震动",
"validation": "required",
"help": "运行完成后设备震动半秒以提醒用户,因脚本可能定时任务执行,为避免休息时被打扰,该项默认为否"
}
]