-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
41 lines (41 loc) · 877 Bytes
/
plugin.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
{
"pluginName": "yapi",
"description": "yapi接口查看",
"preload": "preload.js",
"version": "0.0.1",
"logo": "logo.png",
"author": "刘国成",
"homepage": "https://github.com/liugc/utools-yapi",
"features": [
{
"code": "list",
"explain": "查找",
"icon": "res/view.png",
"cmds": ["Yapi"]
},
{
"code": "update",
"explain": "更新数据",
"icon": "res/update.png",
"cmds": ["YapiUpdate"]
},
{
"code": "email",
"explain": "设置email",
"icon": "res/email.png",
"cmds": ["YapiEmail"]
},
{
"code": "password",
"explain": "设置password",
"icon": "res/password.png",
"cmds": ["YapiPassword"]
},
{
"code": "project",
"explain": "设置项目地址",
"icon": "res/url.png",
"cmds": ["YapiUrl"]
}
]
}