uTools-Manuals/plugin.json
2019-04-20 13:36:40 +08:00

21 lines
608 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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" ]
}
]
}