bwstudio
9ba96bcc3e
style(public): 前台导航页响应式适配 + 暗色模式 + 锚点目录
主要改动
- templates/public/base.html
- 增加 3 套响应式断点:≤900px(平板)、≤600px(手机)、≤360px(小屏)
- topbar 在小屏下压缩 padding/字号,actions 自适应换行
- grid 卡片在手机端最小 160px,小屏单列
- 卡片字号、间距在手机端缩放
- 增加 sticky 分类目录条占位
- 增加回到顶部按钮(滚动后显示)
- 增加暗色模式 CSS(prefers-color-scheme + data-theme 手动覆盖)和主题切换按钮
- 补充 theme-color、viewport 等移动端 meta
- templates/public/index.html
- 输出 5 个分类的 sticky 目录导航(点击锚点跳转)
- 每个 section 设置 id=cat-N 锚点
- 卡片 title/url 增加 title 提示
- templates/public/category.html
- 目录条加返回首页 + 当前分类名
- section 锚点统一为 cat-detail
验证
- curl 抓取 /site/ 响应 200,HTML 中 10 项响应式/交互特性检查全部通过
- 服务器本地运行无异常
2026-09-05 15:33:45 +08:00
..
2025-01-24 19:13:41 +08:00
2026-09-05 15:33:45 +08:00
2026-09-05 14:58:08 +08:00