mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-29 20:32:44 +08:00
发送到活动窗口时隐藏utools
This commit is contained in:
parent
b62c37074a
commit
834cf6f75f
@ -1,4 +1,4 @@
|
||||
# 快捷命令 V1.5.5
|
||||
# 快捷命令 V1.5.6
|
||||
|
||||
## 简介
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
### 更新
|
||||
|
||||
#### v1.5.5
|
||||
#### v1.5.6
|
||||
|
||||
- 添加`模拟操作`的功能,在`类型`下拉框内选取
|
||||
- 该模式提供了模拟按键、打开文件、打开网站、定位文件、执行命令等实用功能
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 快捷命令 V1.5.5
|
||||
# 快捷命令 V1.5.6
|
||||
|
||||
## 简介
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
### 更新
|
||||
|
||||
#### v1.5.5
|
||||
#### v1.5.6
|
||||
|
||||
- 添加`模拟操作`的功能,在`类型`下拉框内选取
|
||||
- 该模式提供了模拟按键、打开文件、打开网站、定位文件、执行命令等实用功能
|
||||
|
@ -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;
|
||||
|
@ -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" ],
|
||||
|
Loading…
x
Reference in New Issue
Block a user