fix: 修复移动端深色模式和毛玻璃效果兼容性问题

- 添加 backdrop-filter 支持检测,不支持时使用降级方案
- 添加移动端设备检测类 is-mobile-device
- 监听深色模式切换,强制刷新样式解决颜色不更新问题
- 为移动端添加强制文字颜色修复
- 简化代码结构,移除冗余检测逻辑
This commit is contained in:
2026-01-15 17:11:06 +08:00
parent 14edc70512
commit 9996ebf00e
2 changed files with 66 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
{
"branch": "master",
"commit": "5ecbacb"
"commit": "14edc70"
}