mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 19:20:37 +08:00
'新增发送系统通知输出处理''
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user