mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 13:53:21 +08:00
feat: 提高监听剪贴板频率 #21
This commit is contained in:
@@ -147,7 +147,7 @@ const watchClipboard = (db, fn) => {
|
||||
// 剪切板元素 与上次复制内容相同
|
||||
// 无更新
|
||||
}
|
||||
}, 500)
|
||||
}, 50)
|
||||
}
|
||||
|
||||
const db = new DB(DBPath)
|
||||
|
Reference in New Issue
Block a user