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

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;