From e6e03f767fdbc8cee6f29f170e98b88b4012d941 Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Fri, 4 Jul 2025 09:51:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=BF=AB=E6=8D=B7=E9=94=AE=E7=9B=B8=E5=85=B3=E6=8F=90?= =?UTF-8?q?=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/plugins.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/project/plugins.js b/project/plugins.js index 033c9984..1c4c3973 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -5191,7 +5191,12 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = core.fillText(this.name, '-- 音效 --', 40, 320, ' #FFE4B5', '18px Verdana'); break; case 'key': - core.fillText(this.name, '-- 快捷键设置 --', 40, 205, ' #FFE4B5', '18px Verdana'); + 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, "图标设置单物品的快捷键", 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); break; case 'toolBarConfig': core.setTextAlign(this.name, 'left');