mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-07 21:46:12 +08:00
commit
a6dd133849
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user