From 70469cd4b0835a0cd0be4cf91e985a297b2a50e9 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Sun, 4 Sep 2022 21:49:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E6=89=93=E5=BC=80?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=89=80=E5=9C=A8=E7=9A=84=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=20=E8=B0=83=E6=95=B4=E6=89=93=E5=BC=80=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/preload.js | 1 + src/cpns/ClipItemList.vue | 13 ++++++++++--- src/style/cpns/file-list.less | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/public/preload.js b/public/preload.js index a25d03f..76e5dc5 100644 --- a/public/preload.js +++ b/public/preload.js @@ -248,6 +248,7 @@ window.copy = copy window.paste = paste window.remove = remove window.openFile = utools.shellOpenPath +window.openFileFolder = utools.shellShowItemInFolder window.getIcon = utools.getFileIcon window.focus = focus window.toTop = toTop diff --git a/src/cpns/ClipItemList.vue b/src/cpns/ClipItemList.vue index 2f92a5d..d53476c 100644 --- a/src/cpns/ClipItemList.vue +++ b/src/cpns/ClipItemList.vue @@ -51,10 +51,11 @@