From 45301330fa085cb3f835af5d6a8052de223e8445 Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Fri, 4 Jul 2025 10:03:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E8=B0=83=E6=95=B4=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=A0=8F=E9=BB=98=E8=AE=A4=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/plugins.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project/plugins.js b/project/plugins.js index 1c4c3973..b1ab880a 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -4017,8 +4017,8 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = horizontal: ['btn1', 'btn2', 'btn3', 'btn4', 'btn5', 'btn6', 'btn7', 'btn8', 'btnAlt'] }, replay: { - vertical: ['play', 'stop', 'rewind', 'book', 'view', 'speedDown', 'speedUp', 'single'], - horizontal: ['play', 'stop', 'rewind', 'speedDown', 'speedUp', 'book'] + vertical: ['play', 'stop', 'rewind', 'book', 'view', 'speedDown', 'speedUp', 'save'], + horizontal: ['play', 'stop', 'rewind', 'speedDown', 'speedUp', 'save'] }, hide: { vertical: [], horizontal: [], @@ -5193,10 +5193,10 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = case 'key': core.fillText(this.name, '-- 快捷键 --', 40, 205, ' #FFE4B5', '18px Verdana'); core.fillText(this.name, "注意⚠️更推荐在背包", 160, 190, "rgb(255,255,51)", '12px Verdana'); - core.fillText(this.name, "中点击右上角", 285, 190, "rgb(255,255,51)", '12px Verdana'); + core.fillText(this.name, "中点击右上角", 287, 190, "rgb(255,255,51)", '12px Verdana'); core.fillText(this.name, "图标设置单物品的快捷键", 160, 210, "rgb(255,255,51)", '12px Verdana'); - core.drawIcon(this.name, "toolbox", 270, 178, 16, 16); - core.drawIcon(this.name, "keyboard", 358, 178, 16, 16); + core.drawIcon(this.name, "toolbox", 272, 178, 16, 16); + core.drawIcon(this.name, "keyboard", 359, 178, 16, 16); break; case 'toolBarConfig': core.setTextAlign(this.name, 'left');