From 7c692858d2606b3fe7c6e384a58f9a71fd6bc1f8 Mon Sep 17 00:00:00 2001 From: fofolee Date: Fri, 13 May 2022 21:07:01 +0800 Subject: [PATCH] =?UTF-8?q?windows=20=E4=B8=8B=E6=97=A0=E6=B3=95=E5=90=8C?= =?UTF-8?q?=E6=97=B6=E9=80=89=E6=8B=A9=E6=96=87=E4=BB=B6=E5=92=8C=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/options/commandTypes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/options/commandTypes.js b/src/js/options/commandTypes.js index 98a3c28..f7f55a4 100644 --- a/src/js/options/commandTypes.js +++ b/src/js/options/commandTypes.js @@ -165,7 +165,7 @@ const commandTypes = { verify: rules => !!rules > 0 || "正则不能为空", tempPayload: () => window.convertFilePathToUtoolsPayload(utools.showOpenDialog({ title: "需要处理的文件", - properties: ['openFile', 'openDirectory', 'multiSelections'] + properties: ['openFile', 'multiSelections'] })) }, @@ -190,4 +190,4 @@ const commandTypes = { } } -export default commandTypes +export default commandTypes \ No newline at end of file