From 584bf710dbd706173bd5f6dcb37eb0f8b2fd3e82 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Fri, 19 Aug 2022 17:46:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E6=8F=90=E9=AB=98=E7=9B=91?= =?UTF-8?q?=E5=90=AC=E5=89=AA=E8=B4=B4=E6=9D=BF=E9=A2=91=E7=8E=87=20#21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/preload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/preload.js b/public/preload.js index 2ebbf98..aa83d33 100644 --- a/public/preload.js +++ b/public/preload.js @@ -147,7 +147,7 @@ const watchClipboard = (db, fn) => { // 剪切板元素 与上次复制内容相同 // 无更新 } - }, 500) + }, 50) } const db = new DB(DBPath) From 981c038cea3d0efbbe9fe7aecf9cfa29a0ac9421 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Thu, 25 Aug 2022 13:27:47 +0800 Subject: [PATCH 2/2] chore: update --- public/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/plugin.json b/public/plugin.json index 51470b8..1db41ec 100644 --- a/public/plugin.json +++ b/public/plugin.json @@ -1,6 +1,6 @@ { - "version": "1.1.2", - "pluginName": "剪贴板", + "version": "1.1.5", + "pluginName": "超级剪贴板", "description": "强大的剪贴板管理工具", "author": "ZiuChen", "homepage": "https://github.com/ZiuChen",