From dc7a9dbdf5335d88efef5f3463e727b858714c85 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Thu, 22 Jan 2026 13:55:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A1=AE=E4=BF=9D=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E7=9B=AE=E5=BD=95=E6=A1=86=E9=BB=98=E8=AE=A4=E5=B1=95?= =?UTF-8?q?=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在页面加载时移除 folded 类 - 防止目录框自动折叠 --- settings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.php b/settings.php index a16867f..d0c1707 100644 --- a/settings.php +++ b/settings.php @@ -6014,6 +6014,9 @@ window.pjaxLoaded = function(){ }); + // 确保设置页目录框默认展开 + $('#headindex_box').removeClass('folded'); + }); function setInputValue(name, value){