-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.json
66 lines (66 loc) · 1.74 KB
/
config.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
[
{
"label": "[非必填] 公司名",
"name": "companyName",
"placeholder": "如果你的钉钉加入了多个公司,请填写你打卡的公司名"
},
{
"label": "[非必选] 打卡规则,跳过节假日/周末",
"name": "clockRules",
"type": "select",
"options": {
"rule_0": "请选择",
"rule_1": "跳过法定节假日",
"rule_2": "跳过周末(双休)",
"rule_3": "跳过周末(单休)",
"rule_4": "跳过法定节假日及周末(双休)",
"rule_5": "跳过法定节假日及周末(单休)"
}
},
{
"label": "上班打卡时间范围",
"name": "clockInRange",
"placeholder": "07:00-09:00",
"validation": "required"
},
{
"label": "下班打卡时间范围",
"name": "clockOutRange",
"placeholder": "18:00-24:00",
"validation": "required"
},
{
"label": "[非必填] 钉钉登录账号",
"name": "dingAccount"
},
{
"label": "[非必填] 钉钉登录密码",
"name": "dingPassword",
"type": "password"
},
{
"label": "[非必填] 手机解锁密码,仅支持数字密码解锁(不填则表示上滑即解锁)",
"name": "phoneUnlockPassword",
"type": "password",
"placeholder": "例:123456",
"validation": "number"
},
{
"label": "[非必填] 停顿时间:默认30秒,用于等待各页面载入(秒)",
"name": "waitingTimeDelay",
"validation": "number"
},
{
"label": "[非必填] 通知推送,QMsg Key(https://qmsg.zendee.cn)",
"name": "notifyForQMsg"
},
{
"label": "调试模式:将会在屏幕上显示日志窗口",
"name": "debug",
"type": "select",
"options": {
"model_0": false,
"model_1": true
}
}
]