v1.8.11
版本发布时间: 2021-05-23 19:15:24
fluid-dev/hexo-theme-fluid最新发布版本:v1.9.8(2024-07-24 14:14:28)
:wrench: 配置变更
- Valine 评论插件的配置字段名与官方统一
valine:
- appid:
- appkey
+ appId:
+ appKey:
:sparkles: 新功能
- 支持 Cusdis 评论插件
- 多语言增加世界语(Esperanto)
:art: 优化
- 大部分评论插件的配置项现在可以自行追加(与官方提供的字段名一致即可)
- 升级第三方库默认版本
- 优化搜索框代码
:bug: 修复
- 修复
font:font_family
配置项没有生效 - 修复 LeanCloud 统计 PV 时静态路径的判断
- 修复搜索框不显示结果的情况
:wrench: Configuration
- The config item name of the Valine comment plugin is unified with the official
valine:
- appid:
- appkey
+ appId:
+ appKey:
:sparkles: Feature
- Support Cusdis comment plugin
- i18n add Esperanto language
:art: Enhancement
- The config items of most comment plugins can be added by yourself (just the same as the field name of the original config)
- Upgrade the default version of the third-party library
- Improve search dialog code
:bug: Fix
- Fix
font:font_family
doesn't work - Fix the judgment of static path when LeanCloud counts PV
- Fix search dialog not showing results in some cases