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" ],