From 834cf6f75f3b0c9f8ee58c9ff53313d1360042a0 Mon Sep 17 00:00:00 2001 From: fofolee Date: Thu, 23 Apr 2020 19:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E5=88=B0=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=E6=97=B6=E9=9A=90=E8=97=8Futools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- src/README.md | 4 ++-- src/assets/index.js | 1 + src/plugin.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 78d8906..1cb9b6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 快捷命令 V1.5.5 +# 快捷命令 V1.5.6 ## 简介 @@ -6,7 +6,7 @@ ### 更新 -#### v1.5.5 +#### v1.5.6 - 添加`模拟操作`的功能,在`类型`下拉框内选取 - 该模式提供了模拟按键、打开文件、打开网站、定位文件、执行命令等实用功能 diff --git a/src/README.md b/src/README.md index 78d8906..1cb9b6d 100644 --- a/src/README.md +++ b/src/README.md @@ -1,4 +1,4 @@ -# 快捷命令 V1.5.5 +# 快捷命令 V1.5.6 ## 简介 @@ -6,7 +6,7 @@ ### 更新 -#### v1.5.5 +#### v1.5.6 - 添加`模拟操作`的功能,在`类型`下拉框内选取 - 该模式提供了模拟按键、打开文件、打开网站、定位文件、执行命令等实用功能 diff --git a/src/assets/index.js b/src/assets/index.js index 3f7add9..959d6bc 100644 --- a/src/assets/index.js +++ b/src/assets/index.js @@ -84,6 +84,7 @@ function runCmd(cmd, option, output) { utools.setExpendHeight(0); utools.outPlugin(); // utools.hideMainWindow(); + if(output == 'send') utools.hideMainWindow(); } var terminal = false; if(output == 'terminal') terminal = true; diff --git a/src/plugin.json b/src/plugin.json index 215b9d3..d2180f9 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -4,7 +4,7 @@ "main": "index.html", "homepage": "https://github.com/fofolee/uTools-QuickerCommand", "publishPage": "https://yuanliao.info/d/424", - "version": "1.5.5", + "version": "1.5.6", "author": "云之轩", "logo": "logo.png", "platform": [ "win32", "darwin", "linux" ],