From 52b7e18592e0f289d868155ad624a1ca8ecdfa4c Mon Sep 17 00:00:00 2001 From: strawberry <2806566736@.qq.com> Date: Sun, 7 Sep 2025 12:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=93=E5=85=B7=E6=A0=8F=E5=B0=8F=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/plugins.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/plugins.js b/project/plugins.js index b5a3535..18e56d2 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -6537,10 +6537,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = core.fillText(ctx, text, x + r, y + lineWidth / 2 + 2, style, font); var todo = function () { - //debugger; var id = getSelectedItem(); + if (!id) return let hideInfo = core.getFlag("hideInfo", {}); - console.log(id); if (hideInfo.hasOwnProperty(id)) { hideInfo[id] = !hideInfo[id]; core.setFlag("hideInfo", hideInfo);