mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-11 00:54:06 +08:00
21 lines
608 B
JSON
21 lines
608 B
JSON
{
|
||
"pluginName": "程序员手册",
|
||
"description": "内置了多个实用的离线中文手册,包括:Linux、PHP、Python、JS、C、Vim、Git、Docker、Sql、uTools等",
|
||
"main": "index.html",
|
||
"version": "0.0.2",
|
||
"author": "云之轩",
|
||
"logo": "logo.png",
|
||
"unpack": "sqlite3*",
|
||
"platform": [
|
||
"win32",
|
||
"darwin"
|
||
],
|
||
"preload": "preload.js",
|
||
"features": [
|
||
{
|
||
"code": "options",
|
||
"explain": "调整程序员手册的功能",
|
||
"cmds": [ "手册设置", "ManualOptions" ]
|
||
}
|
||
]
|
||
} |