From b75c8404abe99836ee801c48e383723e7c1aacfe Mon Sep 17 00:00:00 2001 From: strawberry42271 <2806566736@qq.com> Date: Thu, 16 Jan 2025 13:24:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=A3=85=E5=A4=87=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/plugins.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/project/plugins.js b/project/plugins.js index 95c5192..df8890a 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -5279,9 +5279,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = itemText = core.replaceText(itemText); if (itemText[0] == "," || itemText[0] == ",") itemText = itemText.substring(1); - if (itemCls === "equips" && item.id) { - itemText = itemText ? "【装备效果】\n" + itemText : ""; - } + /* 一个根据道具id修改道具名字(右栏)的例子 * if (item.id == "xxx") itemNameColor = "red"; */