mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-22 16:52:45 +08:00
25 lines
853 B
JSON
25 lines
853 B
JSON
{
|
||
"pluginName": "程序员手册",
|
||
"description": "内置了多个实用的离线中文手册,包括:Linux、PHP、Python、JS、C、Vim、Git、Docker、Sql、uTools等",
|
||
"main": "index.html",
|
||
"homepage": "https://github.com/fofolee/uTools-Manuals",
|
||
"publishPage": "https://yuanliao.info/d/356",
|
||
"version": "0.0.2",
|
||
"author": "云之轩",
|
||
"logo": "logo.png",
|
||
"platform": [ "win32", "darwin" ],
|
||
"preload": "preload.js",
|
||
"features": [
|
||
{
|
||
"code": "options",
|
||
"explain": "调整程序员手册的功能",
|
||
"cmds": [ "手册设置", "ManualOptions" ]
|
||
},
|
||
{
|
||
"code": "dash",
|
||
"explain": "打开dash 或 zeal 进行搜索",
|
||
"cmds": [ "dash" ],
|
||
"icon": "logo/dash.png"
|
||
}
|
||
]
|
||
} |