v1.8.8
版本发布时间: 2021-02-24 15:01:59
fluid-dev/hexo-theme-fluid最新发布版本:v1.9.8(2024-07-24 14:14:28)
:sparkles: 新功能
- 自定义页与关于页支持评论(通过 FrontMatter 的
comment: 'valine'
字段开启) - 友链页支持自定义区域和评论(详见新配置项及注释)
- 友链页增加默认头像(在头像加载错误时使用默认头像显示)
- 增加自定义
<head>
的配置项custom_head
- 多语言增加繁体中文
- Gitalk 评论插件增加
proxy
参数
:art: 优化
- 优化搜索框交互
- 优化暗色模式的样式
- 修改内联代码的默认颜色为 GitHub 相同的样式
- 文章页的 description meta 现在跟随摘要属性
- 全局图片最大宽度限制为 100%
- 优化翻页锚点
:bug: 修复
- 修复代码复制按钮的错误
- 修复 Waline
requiredFields
参数转义
:sparkles: Feature
- Custom page and About page support comment plugin (enabled via FrontMatter
comment: 'valine'
field) - Link page supports custom area and comment plugin (see new config items for details)
- Add a config item
onerror_avatar
, replace the specified image when the member avatar fails to load on the link page - Add a config item
custom_head
for customize<head>
- i18n add traditional Chinese
- Gitalk comment plugin adds
proxy
parameter
:art: Enhancement
- Improve search box interaction
- Improve some styles of dark mode
- Modify the default color of inline code to the same style as GitHub
- The description meta of the post page now follows
excerpt
field - The maximum width of images is limited to 100%
:bug: Fix
- Fix bug of code copy button
- Fix Waline
requiredfields
parameter escape