From fe486baea7a34d3d100c12ba2523d8994da9e65b Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Mon, 15 Aug 2022 16:48:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=20placeholder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/preload.js | 3 +-- src/cpns/ClipSearch.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/public/preload.js b/public/preload.js index 9f3d7c2..2fbbf00 100644 --- a/public/preload.js +++ b/public/preload.js @@ -1,7 +1,7 @@ // /* // name: clipboard_manager // author: Github @ZiuChen -// lastUpdate: v1.0.0 2022/08/14 +// lastUpdate: v1.0.1 2022/08/15 // desc: 监听剪贴板 读写本地文件 // */ @@ -11,7 +11,6 @@ const { clipboard } = require('electron') const nativeImage = require('electron').nativeImage const home = utools.getPath('home') - const dbName = '_utools_clipboard_manager_storage' class DB { diff --git a/src/cpns/ClipSearch.vue b/src/cpns/ClipSearch.vue index e918d43..c24682a 100644 --- a/src/cpns/ClipSearch.vue +++ b/src/cpns/ClipSearch.vue @@ -1,6 +1,6 @@