Serendipity
|
fd1cf94a39
|
fix: 补充更多第三方插件页面暗色覆盖
继续扫描用户服务器 (Halo Pro) 上所有插件页面, 修复残留:
- 存储工具箱: .toolkit-wrapper, .st-card, .col-* 表头
- 已安装应用: card-header/card-body 内 UnoCSS hash 类 (用上下文定位)
- 文章导入导出: .tabbar-wrapper
- 文档示例页: .docs__box
- 通用: main 下 .bg-gray-*/.bg-white 兜底
逐页注入验证 8 个问题页面全部零残留
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-08-07 08:35:14 +08:00 |
|
Serendipity
|
8a525a0e5e
|
fix: 覆盖第三方插件页面的内部 UI 残留
用户服务器 (Halo Pro) 上部分第三方插件页面仍有白色残留,
原因是这些插件使用 Vue scoped 样式 ([data-v-xxx]),
特异性与常规覆盖相同但加载顺序靠后。
修复:
- 新增 plugin-pages.css, 针对已装插件的内部类覆盖 (含 !important):
- 装备: .group, .equipment-*
- 日程日历: .week-picker, .day-column__body
- 心愿便签: .ah-body, .wb-s-card
- 瞬间: .moment-editor, .editor-main, .card
- 修复侧边栏 .user-profile 白色残留 (Halo Pro 特有)
- 基于 blog.liuhangyv.top 真实环境逐页验证, 全部零残留
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-08-07 07:43:29 +08:00 |
|