-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.json
62 lines (62 loc) · 1.87 KB
/
index.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
[
{
"name": "Hello World",
"description": "你好,世界!",
"path": "scripts/hello-world.py",
"author": "Abudu",
"argv": [
{"name": "name", "placeholder": "你的名字"}
]
},
{
"name": "批量通过友链",
"description": "用于通过全部的友链申请",
"path": "scripts/pass-all-flinks.py",
"author": "Abudu"
},
{
"name": "创建子用户",
"description": "(实验性)用于创建子用户",
"path": "scripts/create-account.py",
"author": "Abudu",
"argv": [
{"name": "username", "placeholder": "用户名"},
{"name": "password", "placeholder": "密码"},
{"name": "is_staff", "placeholder": "是否是管理员 填写true/false"}
]
},
{
"name": "删除子用户",
"description": "(实验性)用于删除子用户",
"path": "scripts/delete-account.py",
"author": "Abudu",
"argv": [
{"name": "username", "placeholder": "用户名"},
{"name": "password", "placeholder": "密码"}
]
},
{
"name": "查询用户列表",
"description": "(实验性)列出所有系统内用户",
"path": "scripts/list-accounts.py",
"author": "Abudu"
},
{
"name": "批量删除友链",
"description": "用于删除全部的友链申请",
"path": "scripts/del-all-flinks.py",
"author": "Abudu"
},
{
"name": "批量删除PV统计数据",
"description": "用于删除全部的PV统计数据",
"path": "scripts/del-all-pv.py",
"author": "Abudu"
},
{
"name": "批量删除UV统计数据",
"description": "用于删除全部的UV统计数据",
"path": "scripts/del-all-uv.py",
"author": "Abudu"
}
]