forked from Qexo/Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
32 lines (32 loc) · 865 Bytes
/
index.json
File metadata and controls
32 lines (32 loc) · 865 Bytes
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
[
{
"name": "Hello World",
"description": "你好,世界!",
"path": "scripts/hello-world.py",
"author": "Abudu",
"argv": [
{
"name": "name",
"placeholder": "你的名字"
}
]
},
{
"name": "清除缓存",
"description": "这是一个样例,用于清除全部的缓存",
"path": "scripts/clear-caches.py",
"author": "Abudu"
},
{
"name": "批量通过友链",
"description": "用于通过全部的友链申请",
"path": "scripts/pass-all-flinks.py",
"author": "Abudu"
},
{
"name": "Netkeiba Horse Data",
"description": "通过Python爬取netkeiba.com的赛马数据",
"path": "scripts/netkeiba.py",
"author": "TiaNXianG(TNXG)"
}
]