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 @@