Skip to content

Releases: gentpan/Lared

v1.3.0

27 Apr 13:37

Choose a tag to compare

Highlights

  • 文章图片自动排版 .lared-photos — 连续插图按数量自动分组(1=1, 2=2, 3=3, 4=4, 5=2+3, 6=3+3, 7=3+4, 8+ 递归 [4]+split),每行 2 张 16:9,3/4 张 1:1
  • 图片淡入blur(40px) → blur(0) 1.2s 由 lazysizes class 切换驱动
  • 后台「缓存管理」tab — 一键关闭/清空/刷新本地缓存(友链 favicon + Gravatar)
  • 友链 favicon 切源ico.bluecdn.comfavicon.im?larger=true + 字母兜底
  • ViewImage 灯箱 — 防重复打开 + 列表去重

Fixed

  • lared_track_home_views_ajax 永远不创建 option row 的 bug
  • 单图 .lared-photos figure 高度变 0(flex column 主轴 bug)
  • lazysizes .ls-is-cached 已缓存图片 blur 残留
  • 主题 img[data-img-animation] { opacity: 0 } 导致图片不显示
  • 全文章范围 hover scale(1.2) 取消(之前只覆盖 .lared-photos
  • transition !important 让淡入实际触发

Refactored

  • DOM 嵌套从 7 层减到 4 层(PHP filter 剥掉 .img-loading-wrapper shell)

详见 CHANGELOG.md

v1.1.0

10 Mar 10:14

Choose a tag to compare

docs: update README with full feature showcase and CHANGELOG v1.2.1