mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 13:53:21 +08:00
feat: 调整搜索框 placeholder
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user