Merge branch 'v1.1.5'

This commit is contained in:
ZiuChen 2022-08-25 13:32:26 +08:00
commit eafcb6b93f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.4", "version": "1.1.5",
"pluginName": "超级剪贴板", "pluginName": "超级剪贴板",
"description": "强大的剪贴板管理工具", "description": "强大的剪贴板管理工具",
"author": "ZiuChen", "author": "ZiuChen",

View File

@ -147,7 +147,7 @@ const watchClipboard = (db, fn) => {
// 剪切板元素 与上次复制内容相同 // 剪切板元素 与上次复制内容相同
// 无更新 // 无更新
} }
}, 500) }, 50)
} }
const db = new DB(DBPath) const db = new DB(DBPath)