forked from anker1209/Scriptable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.json
74 lines (74 loc) · 3.4 KB
/
install.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
{
"author": "脑瓜",
"scriptable": true,
"icon": "https://avatars2.githubusercontent.com/u/76637082?s=460&u=32c8666ab3e3e7e0aa5c2c570c9e8342f262a925&v=4",
"repo": "https://github.com/anker1209/Scriptable",
"apps": [
{
"version": "1.1.1",
"author": "2Ya",
"description": "显示京东用户信息、物流信息、白条还款信息、京豆K线图、金豆收支、钢镚及金贴信息",
"scriptURL": "https://raw.githubusercontent.com/anker1209/Scriptable/main/scripts/JD-in-one.js",
"thumb": "https://vkceyugu.cdn.bspapp.com/VKCEYUGU-imgbed/e1902ff8-02e9-4dbf-99c7-cfc85ef3f1b7.png",
"name": "JD-in-one",
"title": "JD-in-one",
"depend": [
{
"name": "DmYY",
"scriptURL": "https://raw.githubusercontent.com/dompling/Scriptable/master/Scripts/DmYY.js"
}
],
"html": [
"作者:<a href=\"https://github.com/anker1209/Scriptable\">@anker1209</a>",
"<br/>",
"<br/>",
"<h3 align=\"center\">使用说明</h3>"
],
"images": [
"https://raw.githubusercontent.com/anker1209/Scriptable/main/image/IMG_7143.PNG",
"https://raw.githubusercontent.com/anker1209/Scriptable/main/image/IMG_7144.png",
"https://raw.githubusercontent.com/anker1209/Scriptable/main/image/IMG_7145.png",
"https://raw.githubusercontent.com/anker1209/Scriptable/main/image/IMG_7146.png",
"https://raw.githubusercontent.com/anker1209/Scriptable/main/image/IMG_7147.png"
]
},
{
"version": "1.0.0",
"author": "2Ya",
"description": "脚本来自2Ya破壳日,修复农历生日显示错误,有任何问题@anker1209",
"scriptURL": "https://raw.githubusercontent.com/anker1209/Scriptable/main/scripts/Birthday.js",
"thumb": "https://vkceyugu.cdn.bspapp.com/VKCEYUGU-imgbed/d0eee765-d320-490d-a611-5d1b49590441.png",
"name": "Birthday",
"title": "破壳日",
"html": [
"原作者:<a href=\"https://github.com/dompling/Scriptable\">@dompling</a>",
"<br/>",
"<br/>",
"<h3 align=\"center\">日期填写说明</h3>",
"<h4>生日配置</h4>",
"<li>如果过阳历生日,第二行填写阳历生日,第三行填写false或者不填</li>",
"<li>如果过农历生日,第二行填写农历日期,第三行填写true</li>",
"<li>无论阳历还是农历,日期格式均为年-月-日,如:2020-01-01</li>",
"<li>第四行填写阳历日期</li>"
],
"images": [
"https://raw.githubusercontent.com/anker1209/Scriptable/main/image/IMG_7065.PNG"
]
},
{
"version": "1.0.0",
"author": "脑瓜",
"description": "中国联通小组件,两种模式,默认为圆环进度条模式,主屏幕长按小组件-->编辑小组件-->Parameter,输入1,使用文字模式",
"scriptURL": "https://raw.githubusercontent.com/anker1209/Scriptable/main/Chinaunicom.js",
"thumb": "https://vkceyugu.cdn.bspapp.com/VKCEYUGU-imgbed/34ebdddc-90a8-4eb7-828b-f934c7386e12.png",
"name": "Chinaunicom",
"title": "中国联通",
"html": [
"作者:<a href=\"https://github.com/anker1209/Scriptable\">@anker1209</>"
],
"images": [
"https://raw.githubusercontent.com/anker1209/Scriptable/main/image/IMG_7050.PNG"
]
}
]
}