v1.8.10
版本发布时间: 2021-04-24 21:55:49
fluid-dev/hexo-theme-fluid最新发布版本:v1.9.8(2024-07-24 14:14:28)
:wrench: 配置变更
- 移除主题的版本检测功能及配置(由于 GitHub API 有请求限制)
- version:
- check: false
:sparkles: 新功能
- 增加文章图片放大后可加载原图片的配置
post:
image_zoom:
+ img_url_replace: ['', '']
:art: 优化
- 升级依赖库版本
- 优化放大字号后的样式
- 优化懒加载代码
:bug: 修复
- 修复配置项
onerror_avatar
在某些情况下未生效 - 修复配置项
post_url_target
在某些情况下未生效 - 修复
<a>
标签可能跳转空页面
:wrench: Configuration
- Remove theme version detection (because GitHub API limits requests)
- version:
- check: false
:sparkles: Feature
- Add new config item of the zoom image that can be used to replace the compressed image to the original image:
post:
image_zoom:
+ img_url_replace: ['', '']
:art: Enhancement
- Upgrade dependent library version
- Optimize the styles after enlarged font-size
- Optimize lazyload code
:bug: Fix
- Fix the config item
onerror_avatar
doesn't work in some cases - Fix the config item
post_url_target
doesn't work in some cases - Fix
<a>
tag may be directed to a blank page