发送到活动窗口时隐藏utools

This commit is contained in:
fofolee 2020-04-23 19:50:21 +08:00
parent b62c37074a
commit 834cf6f75f
4 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# 快捷命令 V1.5.5
# 快捷命令 V1.5.6
## 简介
@ -6,7 +6,7 @@
### 更新
#### v1.5.5
#### v1.5.6
- 添加`模拟操作`的功能,在`类型`下拉框内选取
- 该模式提供了模拟按键、打开文件、打开网站、定位文件、执行命令等实用功能

View File

@ -1,4 +1,4 @@
# 快捷命令 V1.5.5
# 快捷命令 V1.5.6
## 简介
@ -6,7 +6,7 @@
### 更新
#### v1.5.5
#### v1.5.6
- 添加`模拟操作`的功能,在`类型`下拉框内选取
- 该模式提供了模拟按键、打开文件、打开网站、定位文件、执行命令等实用功能

View File

@ -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;

View File

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