From da772d2bc5aa371e8754b6a14f61179b0517b228 Mon Sep 17 00:00:00 2001 From: fofolee Date: Mon, 2 May 2022 11:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8C=B9=E9=85=8D=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/options/commandTypes.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/options/commandTypes.js b/src/js/options/commandTypes.js index ddb68cc..98a3c28 100644 --- a/src/js/options/commandTypes.js +++ b/src/js/options/commandTypes.js @@ -77,7 +77,7 @@ const commandTypes = { minNum: 1, }, ], verify: rules => !!rules > 0 || "正则不能为空", - tempPayload: async () => { + tempPayload: async() => { let values = await quickcommand.showInputBox(["需要处理的文本"]) return values[0] } @@ -97,7 +97,7 @@ const commandTypes = { minNum: 1, }], verify: rules => true, - tempPayload: async () => { + tempPayload: async() => { let values = await quickcommand.showInputBox(["需要处理的文本"]) return values[0] } @@ -126,7 +126,7 @@ const commandTypes = { matchLabel: "无需配置", icon: "panorama", color: "deep-orange", - desc: "匹配主输入框或超级面板选中的图片,并返回图片的 DataUrl", + desc: "匹配剪贴板的图片,并返回图片的 DataUrl", valueType: null, disabledSpecialVars: /{{input}}|{{SelectFile}}|{{pwd}}|{{WindowInfo.*?}}|{{MatchedFiles.*?}}/g, matchToCmds: (rules, desc) => [{