更新插件描述

This commit is contained in:
fofolee 2020-07-22 23:15:16 +08:00
parent 2709890612
commit 7a1cbf9bb3
3 changed files with 23 additions and 11 deletions

View File

@ -2,13 +2,19 @@
## 简介 ## 简介
- 自定义在 uTools 中快速执行的命令或脚本 - 核心功能
- 快速执行命令:如打开文件夹、软件、网址等
- 内置了执行 shell 命令、文本处理、文本替换、网址二维码等实用命令 - 快速运行脚本如批处理、shell、python 等
- 支持在插件内下载别人分享的命令 - 无需编写插件:实现需要使用 utools 的 api 或者带 UI 界面的功能
- 简单的代码编辑及运行功能 - 其他特色
- 内置了执行 shell 命令、文本处理、文本替换、网址二维码等实用命令
- 支持在插件内下载别人分享的命令
- 简单的代码编辑及运行功能
## 更新日志 ## 更新日志

View File

@ -2,13 +2,19 @@
## 简介 ## 简介
- 自定义在 uTools 中快速执行的命令或脚本 - 核心功能
- 快速执行命令:如打开文件夹、软件、网址等
- 内置了执行 shell 命令、文本处理、文本替换、网址二维码等实用命令 - 快速运行脚本如批处理、shell、python 等
- 支持在插件内下载别人分享的命令 - 无需编写插件:实现需要使用 utools 的 api 或者带 UI 界面的功能
- 简单的代码编辑及运行功能 - 其他特色
- 内置了执行 shell 命令、文本处理、文本替换、网址二维码等实用命令
- 支持在插件内下载别人分享的命令
- 简单的代码编辑及运行功能
## 更新日志 ## 更新日志

View File

@ -1,6 +1,6 @@
{ {
"pluginName": "快捷命令", "pluginName": "快捷命令",
"description": "自定义在 uTools 中快速执行的命令或脚本", "description": "快速打开软件、网址及运行批处理、shell等脚本免编写插件使用utools的api及实现UI交互",
"main": "index.html", "main": "index.html",
"homepage": "https://github.com/fofolee/uTools-QuickerCommand", "homepage": "https://github.com/fofolee/uTools-QuickerCommand",
"publishPage": "https://yuanliao.info/d/424", "publishPage": "https://yuanliao.info/d/424",
@ -12,12 +12,12 @@
"features": [ "features": [
{ {
"code": "options", "code": "options",
"explain": "自定义在 uTools 中快速执行的命令或脚本", "explain": "新建、编辑或获取快捷命令",
"cmds": [ "快捷命令", "QuickCommand"] "cmds": [ "快捷命令", "QuickCommand"]
}, },
{ {
"code": "code", "code": "code",
"explain": "无需打开编辑器,快速运行临时代码", "explain": "编辑及运行代码",
"cmds": [ "运行代码", "RunCode", { "cmds": [ "运行代码", "RunCode", {
"type": "files", "type": "files",
"label": "运行代码", "label": "运行代码",