From 643fe71f3818ef133019d345baea2494fa2d4da5 Mon Sep 17 00:00:00 2001 From: mengxinzxz <2223529500@qq.com> Date: Sun, 21 Apr 2024 15:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=8B=E6=9C=BA=E7=AB=AFsp?= =?UTF-8?q?an7=E4=B8=8E=E7=B4=A0=E6=9D=90=E6=A3=80=E6=9F=A5=E8=A1=8C?= =?UTF-8?q?=E9=87=8D=E5=8F=A0=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noname/ui/create/menu/pages/otherMenu.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/noname/ui/create/menu/pages/otherMenu.js b/noname/ui/create/menu/pages/otherMenu.js index c5092e6f3..83ff92ce0 100644 --- a/noname/ui/create/menu/pages/otherMenu.js +++ b/noname/ui/create/menu/pages/otherMenu.js @@ -674,6 +674,7 @@ export const otherMenu = function (/** @type { boolean | undefined } */ connectM if (!this.classList.toggle("on")) { game.saveConfig("asset_toggle_off", true); [ + span114514_br, span7, span7_br, span7_check, @@ -695,6 +696,7 @@ export const otherMenu = function (/** @type { boolean | undefined } */ connectM } else { game.saveConfig("asset_toggle_off"); [ + span114514_br, span7, span7_br, span7_check, @@ -721,6 +723,8 @@ export const otherMenu = function (/** @type { boolean | undefined } */ connectM // var span6_br = ui.create.node('br'); // li2.lastChild.appendChild(span6_br); // var span2_br = ui.create.node('br'); + var span114514_br = ui.create.node('br'); + li2.lastChild.appendChild(span114514_br); var span7 = ui.create.div("", `不替换已有素材`); span7.style.fontSize = "small";