v1.8.6
版本发布时间: 2020-12-02 16:35:29
fluid-dev/hexo-theme-fluid最新发布版本:v1.9.8(2024-07-24 14:14:28)
:sparkles: 新功能
- 代码块可显示行数(新配置项:
code: highlight: line_number
) - 增加 Waline 评论插件(一款从 Valine 衍生的带后端的插件)
- 为 Mermaid 增加 Tag 插件
{% mermaid %} ... {% endmermaid %}
:art: 优化
- 默认配置中静态 CDN 修改为 jsDelivr,原因是 staticfile 在部分区域会出现无法连通的情况(原配置备份)
- 现在默认字体族优先使用系统字体
- 为过长的右侧目录添加省略号
- 不蒜子和 LeanCloud 统计可以共用
:bug: 修复
- 修复上个版本中向下滚动按钮失效
- 修复上个版本中备案层级问题
- 修复上个版本中 Remark42 评论插件报错
- 修复某些情况下 lazyload 会报错
- 修复新版 MathJax 的样式适配
:sparkles: Feature
- Code block can display line numbers (new config item:
code: highlight: line_number
) - Add Waline comment plugin
- Add the tag
{% mermaid %} ... {% endmermaid %}
for Mermaid
:art: Enhancement
- The default static CDN is changed to jsDelivr, because staticfile.org will not be able to connect in some areas
- The default font family now prefers system fonts
- Add ellipsis for too long TOC heading
:bug: Fix
- Fix the scroll down button is useless in the previous version
- Fix Remark42 comment plugin error in the previous version
- Fix that lazyload will throw an error in some cases
- Fix the style adaptation of the new version of MathJax