forked from fridayon/JKD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshylocks.boxjs.json
48 lines (48 loc) · 1.46 KB
/
shylocks.boxjs.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
{
"id": "shylocks.app.sub",
"name": "shylocks 签到应用订阅",
"author": "@shylocks",
"icon": "https://avatars0.githubusercontent.com/u/5812638?s=460&u=7809808d21bd48a6c19c0dece533e92d4bb34151&v=4",
"repo": "https://github.com/shylocks/Scripts/tree/main",
"apps": [
{
"id": "jkd",
"name": "聚看点",
"keys": ["CookiesJKD2","JKD_WITHDRAW","JKDUA", "JKD_MSG"],
"author": "@shylocks",
"repo": "https://github.com/shylocks/Loon/blob/main/jkd.js",
"settings": [
{
"id": "CookiesJKD2",
"name": "聚看点cookie",
"val": "",
"type": "number",
"placeholder": "",
"desc": "格式:['ck1','ck2'],括号和引号都要填写"
},{
"id": "JKD_WITHDRAW",
"name": "提现金额",
"val": "",
"type": "number",
"placeholder": "默认不提现",
"desc": "仅允许填入数字,建议30提现"
},{
"id": "JKD_MSG",
"name": "是否通知",
"val": "",
"type": "number",
"placeholder": "0或者不填为不通知,1为通知",
"desc": ""
},{
"id": "JKDUA",
"name": "user agent",
"val": "",
"type": "string",
"placeholder": "不填则为ios端ua",
"desc": ""
}],
"icons": [],
"script": "https://raw.githubusercontent.com/shylocks/Loon/main/jkd.js"
}
]
}