From 5ee608537e54898af9d5fdfae6145f84a880990a Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Fri, 23 Jan 2026 15:40:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=8C=E5=96=84=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=8A=A8=E7=94=BB=E7=9A=84=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=81=A2=E5=A4=8D=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在pjax:beforeReplace中恢复所有隐藏卡片的opacity和pointer-events - 确保页面切换后所有卡片都能正常显示和交互 - 保持无!important的纯净实现方式 --- argontheme.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/argontheme.js b/argontheme.js index 43cb175..480dc05 100644 --- a/argontheme.js +++ b/argontheme.js @@ -2893,6 +2893,12 @@ $(document).pjax("a[href]:not([no-pjax]):not(.no-pjax):not([target='_blank']):no $(".post-preview .loading-css-animation").remove(); $("#main").removeClass("post-list-pjax-loading"); + // 恢复所有卡片的显示状态 + $(".post-preview").css({ + "opacity": "", + "pointer-events": "" + }); + // 恢复footer $("#footer").css({ "opacity": "",