mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-10 15:33:22 +08:00
新增built脚本
This commit is contained in:
40
plugin/plugin.json
Normal file
40
plugin/plugin.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"pluginName": "快捷命令",
|
||||
"description": "快速打开软件、网址及运行批处理、shell等脚本,免编写插件使用utools的api及实现UI交互",
|
||||
"main": "index.html",
|
||||
"homepage": "https://github.com/fofolee/uTools-quickcommand",
|
||||
"publishPage": "https://yuanliao.info/d/424",
|
||||
"version": "3.0.0",
|
||||
"development": {
|
||||
"main": "http://127.0.0.1:8080/"
|
||||
},
|
||||
"author": "云之轩",
|
||||
"unpack":"autopep8.py",
|
||||
"logo": "logo.png",
|
||||
"preload": "preload.js",
|
||||
"pluginSetting": {
|
||||
"single": false
|
||||
},
|
||||
"features": [
|
||||
{
|
||||
"code": "configuration",
|
||||
"explain": "新建、编辑或获取快捷命令",
|
||||
"cmds": [ "快捷命令", "QuickCommand"]
|
||||
},
|
||||
{
|
||||
"code": "code",
|
||||
"explain": "运行代码",
|
||||
"cmds": [ "运行代码", "RunCode"]
|
||||
},
|
||||
{
|
||||
"code": "newcommand",
|
||||
"explain": "快速新建快捷命令",
|
||||
"cmds": [ "新建快捷命令", "NewCommand", {
|
||||
"type": "regex",
|
||||
"label": "新建快捷命令",
|
||||
"match": "/^\\{[\\s\\S]*\"program\" *: *\".*\"[\\s\\S]*\"cmd\" *: *\".*\"[\\s\\S]*\\}$/i",
|
||||
"maxNum": 1
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user