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