From 9996ebf00e8c905853531977a1ee03117e8b50c0 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Thu, 15 Jan 2026 17:11:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F=E5=92=8C=E6=AF=9B?= =?UTF-8?q?=E7=8E=BB=E7=92=83=E6=95=88=E6=9E=9C=E5=85=BC=E5=AE=B9=E6=80=A7?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 backdrop-filter 支持检测,不支持时使用降级方案 - 添加移动端设备检测类 is-mobile-device - 监听深色模式切换,强制刷新样式解决颜色不更新问题 - 为移动端添加强制文字颜色修复 - 简化代码结构,移除冗余检测逻辑 --- header.php | 89 ++++++++++++++++++++++++++++++++++++++-------------- version.json | 2 +- 2 files changed, 66 insertions(+), 25 deletions(-) diff --git a/header.php b/header.php index 597ec3a..af0df21 100644 --- a/header.php +++ b/header.php @@ -289,40 +289,81 @@ - + - + + + + diff --git a/version.json b/version.json index 0e64f13..bc18591 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "branch": "master", - "commit": "5ecbacb" + "commit": "14edc70" }