-
Notifications
You must be signed in to change notification settings - Fork 0
/
boxjs.json
279 lines (279 loc) · 8.46 KB
/
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
{
"id": "githubdulong.app.sub",
"name": "Githubdulong 脚本订阅",
"author": "@MuTu888",
"icon": "https://raw.githubusercontent.com/githubdulong/Script/master/Images/mu.jpeg",
"repo": "https://github.com/githubdulong/Script",
"apps": [
{
"id": "jf",
"name": "京粉转链",
"desc": "在京东比价中增加京粉转链,如显示有转链信息(即使显示无详细返利信息)则可点击跳转跟单,如未显示返利信息则为未参加推广的商品,不会跳转。",
"keys": ["jfCookie", "jfUseConvert", "jfAutoScheme", "jfusejsapp", "jfChooseScheme", "chooseBrowser", "jfDIYScheme"],
"settings": [
{
"id": "jfUseConvert",
"name": "开启转链",
"val": true,
"type": "boolean",
"desc": "是否开启京粉转链?"
},
{
"id": "jfAutoScheme",
"name": "自动目标",
"val": true,
"type": "boolean",
"desc": "开启后如转链成功有返利,点击通知跳转正在使用的 app,关闭则跳转自选的 app。"
},
{
"id": "jfChooseScheme",
"name": "自选目标",
"val": "jd",
"type": "radios",
"desc": "自选跳转的 app,仅在自动目标关闭时有效。",
"items": [
{ "key": "jd", "label": "京东" },
{ "key": "jx", "label": "京喜" },
{ "key": "jk", "label": "京东健康" },
{ "key": "js", "label": "京东极速版" },
{ "key": "browser", "label": "浏览器" }
]
},
{
"id": "jfusejsapp",
"name": "京东极速版使用 app",
"val": false,
"type": "boolean",
"desc": "开启时对目标为京东极速版则跳转京东极速版,关闭则跳转浏览器,默认关闭。注意:即使开启,由于极速版 URL Scheme 问题,跳转后只能先加入购物车,返回原购物车界面进行结账,否则无法使用极速版优惠券。"
},
{
"id": "chooseBrowser",
"name": "浏览器目标",
"val": "Safari",
"type": "radios",
"desc": "自选跳转的浏览器。",
"items": [
{ "key": "Safari", "label": "Safari" },
{ "key": "Alook", "label": "Alook" },
{ "key": "DIY", "label": "自定义" }
]
},
{
"id": "jfDIYScheme",
"name": "自定义浏览器",
"val": "",
"type": "textarea",
"placeholder": "Foxok://url?",
"autoGrow": true,
"rows": 2,
"desc": "自定义跳转浏览器 URL Scheme,拼接后会是 diy+convertURL,如 Foxok://url?convertURL"
},
{
"id": "jfCookie",
"name": "Cookie",
"type": "textarea",
"autoGrow": true,
"rows": 2,
"desc": "使用京粉的京东账号 Cookie,如不填则为京东系脚本中的第一个 Cookie。"
}
],
"author": "@MuTu888",
"repo": "https://github.com/githubdulong/Script",
"icons": [
"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/eb/a8/f6/eba8f63a-b550-4586-b5d3-f22c0718ef81/source/100x100bb.jpg",
"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/eb/a8/f6/eba8f63a-b550-4586-b5d3-f22c0718ef81/source/100x100bb.jpg"
]
} ,
{
"id": "xmYd",
"name": "小米运动",
"keys": [
"xmSportsToken",
"xmMinStep",
"xmMaxStep"
],
"settings": [
{
"id": "xmYdToken",
"name": "小米运动Token",
"val": "",
"type": "text",
"desc": "小米运动登录时获取的token"
},
{
"id": "xmMinStep",
"name": "最小运动步数",
"val": "19000",
"type": "text",
"desc": "需要修改最小的运动步数的数字,例如:19000"
},
{
"id": "xmMaxStep",
"name": "最大运动步数",
"val": "25000",
"type": "text",
"desc": "需要修改最小的运动步数的数字,例如:25000"
}
],
"author": "@MuTu888",
"repo": "https://github.com/githubdulong/Script",
"script": "https://raw.githubusercontent.com/githubdulong/Script/master/xmSports.js",
"icons": [
"https://raw.githubusercontent.com/58xinian/icon/master/xmyd_mini.png",
"https://raw.githubusercontent.com/58xinian/icon/master/xmyd.png"
]
} ,
{
"id": "lk.jd.wskeyupload",
"name": "wskey配置",
"keys": [
"lkJdUploadWskeyBotToken"
],
"author": "@lowking@MuTu888",
"repo": "https://github.com/githubdulong/Script",
"icons": [
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/link.png",
"https://raw.githubusercontent.com/id77/QuantumultX/master/icon/link.png"
],
"settings": [
{
"id": "lkJdUploadWskeyBotToken",
"name": "Telegram机器人token",
"val": "",
"type": "text",
"desc": "去@BotFather获取bot token之后填在这里"
},
{
"id": "lkJdUploadWskeyToTgUserid",
"name": "wskey发送目标Id",
"val": "[\"-1001241545347\"]",
"type": "text",
"desc": "wskey发送目标Id。数组形式保存[\"-1001241545347\"]"
}
]
},
{
"id": "lkJdHelper",
"name": "京东助手",
"desc_html": "注:私人使用",
"icons": [
"https://raw.githubusercontent.com/anker1209/icon/main/jdsc.png",
"https://raw.githubusercontent.com/anker1209/icon/main/jdsc.png"
],
"keys": [
"lkJdHelperLeftCss",
"lkJdHelperRightCss",
"lkJdHelperSmzdmCss",
"lkJdHelperJfCss",
"lkJdHelperSidebarHorizontal",
"lkJdHelperCk",
"lkJdHelperCallKey"
],
"settings": [
{
"id": "lkJdHelperSidebarHorizontal",
"name": "京东助手显示位置",
"val": "left",
"type": "radios",
"items": [
{
"key": "left",
"label": "左边"
},
{
"key": "right",
"label": "右边"
}
],
"desc": "默认-左边"
},
{
"id": "lkJdHelperLeftCss",
"name": "助手left样式,决定左右",
"val": "",
"type": "text",
"desc": "助手left样式,决定左右"
},
{
"id": "lkJdHelperRightCss",
"name": "助手right样式,决定左右",
"val": "",
"type": "text",
"desc": "助手right样式,决定左右"
},
{
"id": "lkJdHelperSmzdmCss",
"name": "助手smzdm样式",
"val": "",
"type": "text",
"desc": "助手smzdm样式"
},
{
"id": "lkJdHelperJfCss",
"name": "助手jf样式",
"val": "",
"type": "text",
"desc": "助手jf样式"
},
{
"id": "lkJdHelperMmmCss",
"name": "助手Mmm样式",
"val": "",
"type": "text",
"desc": "助手Mmm样式"
},
{
"id": "lkJdHelperCk",
"name": "ck",
"val": "",
"type": "text",
"desc": "用于京粉转链的ck,格式:pt_key=xxx;pt_pin=xxx;wskey=xxx;"
},
{
"id": "lkJdHelperApiDomain",
"name": "接口url",
"val": "",
"type": "text",
"desc": "用于京粉转链请求的接口"
},
{
"id": "lkJdHelperCallKey",
"name": "调用接口的callKey",
"val": "",
"type": "text",
"desc": "用于京粉转链请求接口的callKey"
},
{
"id": "lkJdHelperIsNotifyKey",
"name": "是否显示通知",
"val": false,
"type": "boolean",
"desc": "默认关闭"
},
{
"id": "jdHelperIsShowSmzdm",
"name": "是否显示什么值得买按钮",
"val": true,
"type": "boolean",
"desc": "默认显示"
},
{
"id": "jdHelperIsShowJf",
"name": "是否显示京粉按钮",
"val": true,
"type": "boolean",
"desc": "默认显示"
},
{
"id": "jdHelperIsShowMmm",
"name": "是否显示慢慢买按钮",
"val": true,
"type": "boolean",
"desc": "默认显示"
}
],
"author": "@lowking@MuTu888",
"repo": "https://github.com/githubdulong/Script"
}
]
}