From e195dd38c843c9f8b70f36a3e8673f2064ffadd2 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Thu, 8 Sep 2022 15:24:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=99=BA=E6=85=A7?= =?UTF-8?q?=E5=88=86=E8=AF=8D=E5=8A=9F=E8=83=BD=20=E6=AF=8F=E6=97=A55?= =?UTF-8?q?=E6=9D=A1=20=E6=AF=8F=E6=9D=A1=E9=99=90=E5=88=B6500=E4=B8=AA?= =?UTF-8?q?=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/preload.js | 3 + src/cpns/ClipFullData.vue | 89 +++++++++++++++++++++++------ src/cpns/ClipWordBreak.vue | 11 +++- src/style/cpns/clip-full-data.less | 1 + src/style/cpns/clip-word-break.less | 15 ++++- 5 files changed, 99 insertions(+), 20 deletions(-) diff --git a/public/preload.js b/public/preload.js index 49d5d96..7768d15 100644 --- a/public/preload.js +++ b/public/preload.js @@ -232,5 +232,8 @@ window.remove = remove window.openFile = utools.shellOpenPath window.openFileFolder = utools.shellShowItemInFolder window.getIcon = utools.getFileIcon +window.showNotify = utools.showNotification +window.fetchToken = utools.fetchUserServerTemporaryToken +window.dbStorage = utools.dbStorage window.focus = focus window.toTop = toTop diff --git a/src/cpns/ClipFullData.vue b/src/cpns/ClipFullData.vue index c0ec14d..8b7d90d 100644 --- a/src/cpns/ClipFullData.vue +++ b/src/cpns/ClipFullData.vue @@ -6,7 +6,17 @@