'新增发送系统通知输出处理''

This commit is contained in:
xinu 2020-04-07 11:31:51 +08:00
parent 31e5b95dbb
commit 23f7081369
2 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,11 @@ function runCmd(cmd, option, codec, output) {
copyTo(stdout);
paste();
break;
case "notice":
// 发送系统通知
utools.showNotification(stdout, null, true);
utools.outPlugin();
break;
case "ignore":
default:
break;

View File

@ -218,6 +218,7 @@ showCustomize = () => {
<option value="html">显示html格式的输出</option>
<option value="clip">复制到剪贴板</option>
<option value="send">发送到活动窗口</option>
<option value="notice">发送系统通知</option>
</select>
</p>
<p>