Skip to content

v0.6.3

Latest
Compare
Choose a tag to compare
@D-Sketon D-Sketon released this 02 Mar 04:10

修复

  • 修正 ja 多语言翻译错误
  • 修复和优化样式,提升文字对比度,优化阴影效果

特性

  • 新增 injector 配置用于注入自定义代码,其效果和 Hexo#Injector 类似,支持 headbodysidebar 注入
    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>
  • 新增 copyright 配置用于向 copyright 注入自定义代码
    copyright: 

Fixes

  • Fixed incorrect Japanese multilingual translation errors.
  • 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 into head, body, and sidebar 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>  
  • Added copyright configuration to inject custom code snippets into copyright:
    copyright: 

New Contributors

Full Changelog: v0.6.2...v0.6.3