v1.7.0
版本发布时间: 2020-03-06 14:16:52
fluid-dev/hexo-theme-fluid最新发布版本:v1.9.8(2024-07-24 14:14:28)
💥 重大变更
- 关于页改为手动生成(:warning:新老用户都需要同步操作)
-
_static_prefix.yml
: 默认配置全部修改为 staticfile CDN,不再使用本地文件
✨ 新功能
:art: 优化
- 首页文章封面可设默认图(配置
index.post_default_img
) - 配置合并改为深拷贝(解决多级配置的覆盖)
- 优化不蒜子加载失败的样式问题
- TOC 可在 Front-Matter 中指定关闭,另外 TOC 为空时默认隐藏
- 关于页的悬浮二维码现在可以通用(具体见配置注释)
:bug: 修复
- 修复多级分类的链接错误
- 修复图片懒加载在某些情况下异常
- 修复 valine 评论配置一些 BUG
💥 Breaking Change
- About page to be manually generated (:warning: new and old users need to synchronize)
-
_static_prefix.yml
: The default configurations is changed to staticfile CDN
✨ Feature
- Custom page(guide)
- Custom JS / CSS / HTML(guide)
- Support APlayer ( music player )
- TOC add element selection
- Post page add update time configuration
:art: Enhancement
- Can set the post
index_img
in index page(index.post_default_img
) - Change configurations merge to deep copy
- TOC can be specified to be closed in Front-Matter
- TOC is hidden when it is empty
:bug: Fix
- Fix multiple category link
- Fix lazyload exception in some cases
- Fix valine some bugs