feat: 调整搜索框 placeholder

This commit is contained in:
ZiuChen
2022-08-15 16:48:58 +08:00
parent 0034019189
commit fe486baea7
2 changed files with 2 additions and 3 deletions

View File

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