This commit is contained in:
fofolee
2020-04-21 18:31:46 +08:00
parent bd3f352cbe
commit 83c4551573
398 changed files with 120 additions and 120 deletions

19
src/plugin.json Executable file
View File

@@ -0,0 +1,19 @@
{
"pluginName": "快捷命令",
"description": "自定义在 uTools 中快速执行的命令或脚本",
"main": "index.html",
"homepage": "https://github.com/fofolee/uTools-QuickerCommand",
"publishPage": "https://yuanliao.info/d/424",
"version": "1.5.1",
"author": "云之轩",
"logo": "logo.png",
"platform": [ "win32", "darwin", "linux" ],
"preload": "preload.js",
"features": [
{
"code": "options",
"explain": "自定义在 uTools 中快速执行的命令或脚本",
"cmds": [ "快捷命令", "QuickCommand" ]
}
]
}