-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathqx_checkin.boxjs.json
More file actions
78 lines (78 loc) · 2.46 KB
/
qx_checkin.boxjs.json
File metadata and controls
78 lines (78 loc) · 2.46 KB
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
{
"id": "sliverkiss_quantumultX_checkin",
"name": "Sakura 樱花交流会",
"author": "@sliverkiss",
"icon": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/main/icon/duona.png",
"repo": "https://github.com/Sliverkiss/QuantumultX",
"apps": [
{
"id": "Sliverkiss_QuantumultX_Checkin",
"name": "Quantumult Checkin",
"keys": [
"@sliverkiss_qx.confPath",
"@sliverkiss_qx.ckName",
"@sliverkiss_qx.scriptName",
"@sliverkiss_qx.fileName",
"@sliverkiss_qx.cron",
"@sliverkiss_qx.getCookieUrl"
],
"scripts": [
{
"name": "生成脚本相关文件",
"script": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/refs/heads/main/quantumultX_writeConf.js"
}
],
"settings": [
{
"id": "@sliverkiss_qx.getCookieUrl",
"name": "签到url",
"val": "",
"type": "text",
"desc": "填入签到请求的url"
},
{
"id": "@sliverkiss_qx.cron",
"name": "脚本定时",
"val": "",
"type": "text",
"desc": "填入要生成脚本的定时表达式"
},
{
"id": "@sliverkiss_qx.scriptName",
"name": "脚本名称",
"val": "",
"type": "text",
"desc": "填入task列表中想要显示的脚本名称"
},
{
"id": "@sliverkiss_qx.ckName",
"name": "Cookie变量名称",
"val": "",
"type": "text",
"desc": "填入要读取和写入的cookie变量名称"
},
{
"id": "@sliverkiss_qx.fileName",
"name": "脚本文件名称",
"val": "",
"type": "text",
"desc": "填入要读取和写入的脚本文件名称"
},
{
"id": "@sliverkiss_qx.confPath",
"name": "配置文件名称",
"val": "",
"type": "text",
"desc": "填入要读取和写入的配置文件名称"
}
],
"author": "@sliverkiss",
"repo": "https://github.com/Sliverkiss/QuantumultX",
"script": "https://raw.githubusercontent.com/Sliverkiss/QuantumultX/refs/heads/main/quantumultX_writeConf.js",
"icons": [
"https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/Quantumult_X.png",
"https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/Quantumult_X.png"
]
}
]
}