修复
- 修正 ja 多语言翻译错误
- 修复多语言模式下 footer 错误缓存的 bug
- 修复和优化样式,提升文字对比度,优化阴影效果
特性
- 新增
injector
配置用于注入自定义代码,其效果和 Hexo#Injector 类似,支持head
、body
和sidebar
注入injector: head_begin: # Inject code snippet right after <head> head_end: # Inject code snippet right before </head> body_begin: # Inject code snippet right after <body> body_end: # Inject code snippet right before </body> sidebar_begin: # Inject code snippet right after <aside> sidebar_end: # Inject code snippet right before </aside>
Fixes
- Fixed incorrect Japanese multilingual translation errors.
- Resolved footer caching bugs under multilingual mode.
- Optimized styles: Improved text contrast and enhanced shadow effects.
Features
- Added
injector
configuration to inject custom code snippets, with functionality similar to Hexo#Injector. It supports injection intohead
,body
, andsidebar
areas:injector: head_begin: # Inject code snippet right after <head> head_end: # Inject code snippet right before </head> body_begin: # Inject code snippet right after <body> body_end: # Inject code snippet right before </body> sidebar_begin: # Inject code snippet right after <aside> sidebar_end: # Inject code snippet right before </aside>
New Contributors
- @reindex-ot made their first contribution in #91
Full Changelog: v1.5.0...v1.5.1