From ffb387bd20d9e6e79d2f01522efe6900bc42f9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=85=9C?= <2082529121@qq.com> Date: Wed, 17 Dec 2025 22:13:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=9E=E7=8E=B0=E6=92=A4=E9=94=80?= =?UTF-8?q?=E9=87=8D=E5=81=9A=E5=8A=9F=E8=83=BD=E5=B9=B6=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=89=AA=E8=B4=B4=E6=9D=BF=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加撤销/重做历史记录功能,支持Ctrl+Z/Y/Shift+Z快捷键 优化剪贴板处理逻辑,支持GIF动画和多文件复制 更新帮助文档和图标资源,完善打包配置 --- .vscode/settings.json | 2 + help.html | 5 +- images/icon.ico | Bin 0 -> 83422 bytes images/icon.png | Bin 0 -> 134370 bytes images/tray-icon.png | Bin 180 -> 134370 bytes main.js | 517 +++++++++++++++--- package-lock.json | 1202 ++++++++++++++++++++++++++++------------- package.json | 18 +- preload.js | 332 +++++++++--- 9 files changed, 1553 insertions(+), 523 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 images/icon.ico create mode 100644 images/icon.png diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7a73a41 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/help.html b/help.html index 9fde5fc..79d34ba 100644 --- a/help.html +++ b/help.html @@ -2,7 +2,7 @@ - 快捷键帮助 - AnimRef + 快捷键帮助 - RefVroid