From 7301e30ca1222d923e22f6b30a5d58bf2f2be493 Mon Sep 17 00:00:00 2001 From: Seven Yu Date: Tue, 3 Dec 2019 16:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B2=BE=E7=AE=80=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/index.js b/assets/index.js index b62069f..3996f38 100644 --- a/assets/index.js +++ b/assets/index.js @@ -45,10 +45,6 @@ utools.onPluginEnter(({ code, type, payload }) => { } }); -utools.onPluginOut(_ => { - $("#out").text(''); -}) - function runCmd(cmd, option, codec, output) { // 不需要输出的,提前关闭窗口 if (['ignore', 'clip', 'send'].indexOf(output) !== -1){