-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathzcy01.boxjs.json
59 lines (59 loc) · 1.74 KB
/
zcy01.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
{
"id": "zcy01.app.sub",
"name": "zcy01脚本订阅",
"author": "@zcy01",
"icon": "https://avatars0.githubusercontent.com/u/15939669?s=460&u=54dc80f324bb7339961513959ddd7d8df1c0d0f8&v=4",
"repo": "https://github.com/ZCY01/daily_scripts",
"apps": [
{
"id": "JD_PRICE_PROTECT",
"name": "X东价格保护",
"keys": ["jd_tokens"],
"settings": [
{
"id": "jdPriceProtectNotify",
"name": "静默运行",
"val": false,
"type": "boolean",
"desc": "运行X东价格保护脚本时不发出系统弹窗通知"
},
{
"id": "jd_tokens",
"name": "京东token列表",
"val": "",
"type": "text",
"desc": "token 列表,以@间隔分开"
}
],
"icons": [
"https://raw.githubusercontent.com/ZCY01/img/master/pricev1.png",
"https://raw.githubusercontent.com/ZCY01/img/master/pricev1.png"
],
"author": "@zcy01",
"repo": "https://github.com/ZCY01/daily_scripts",
"script": "https://raw.githubusercontent.com/ZCY01/daily_scripts/main/jd/jd_priceProtect.js"
},
{
"id": "jsz",
"name": "金银手指阅读",
"keys": [
"jszhd1",
"jszhd2",
"jszhd3",
"jszhd4",
"jszhd5"
],
"settings": [
{
"id": "jszstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前抓取ck记录的账号序号,如:1、2、3、4等"
}
],
"repo": "https://github.com/ZCY01/daily_scripts",
"script": "https://raw.githubusercontent.com/ZCY01/daily_scripts/main/jsz.js"
}
]
}