-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathshylocks.boxjs.json
108 lines (108 loc) · 3.63 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
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
{
"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"
},
{
"id": "jd_wechat_sign",
"name": "京东粉丝专享",
"keys": ["JDWECHATEXCHANGE"],
"author": "@shylocks",
"repo": "https://github.com/shylocks/Loon/blob/main/jd_wechat_sign.js",
"settings": [
{
"id": "JDWECHATEXCHANGE",
"name": "京东粉丝专享兑换京豆开关",
"val": "",
"type": "number",
"placeholder": "",
"desc": "1兑换京豆,0不兑换京豆"
}],
"icons": "https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_wechat_sign.png",
"script": "https://raw.githubusercontent.com/shylocks/Loon/main/jd_wechat_sign.js"
},
{
"id": "jd_gyec",
"name": "工业品爱消除",
"keys": ["JDGYEC"],
"author": "@shylocks",
"repo": "https://github.com/shylocks/Loon/blob/main/jd_gyec.js",
"settings": [
{
"id": "JDGYEC",
"name": "工业品爱消除兑换商品名称",
"val": "",
"type": "string",
"placeholder": "",
"desc": "填写具体兑换商品的名称,默认为1888京豆"
}],
"icons": [
"https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_gyec.png",
"https://raw.githubusercontent.com/yogayyy/Scripts/main/Mini/shylocks/jd_gyxxl_mini.png"
],
"script": "https://raw.githubusercontent.com/shylocks/Loon/main/jd_gyec.js"
},
{
"id": "jd_xxl",
"name": "东东爱消除",
"keys": ["JDEC"],
"author": "@shylocks",
"repo": "https://github.com/shylocks/Loon/blob/main/jd_xxl.js",
"settings": [
{
"id": "JDEC",
"name": "东东爱消除兑换商品名称",
"val": "",
"type": "string",
"placeholder": "",
"desc": "填写具体兑换商品的名称,默认为1888京豆"
}],
"icons": [
"https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_xxl.png",
"https://raw.githubusercontent.com/yogayyy/Scripts/main/Mini/shylocks/jd_xxl_mini.png"
],
"script": "https://raw.githubusercontent.com/shylocks/Loon/main/jd_xxl.js"
}
]
}