Skip to content

v2.4.1

Compare
Choose a tag to compare
@EvanNotFound EvanNotFound released this 21 Aug 02:54
· 530 commits to main since this release
4088515

releasev220

🎉 要开学了 🎉

本版本修复了上个版本更新的功能的 BUG

更新日志

新增

  • 自定义文章版权信息 #180
  • 文章时效性显示 #207
  • 内置 hexo-blog-encrypt 文章加密插件
  • 逐步开始转用 Tailwind CSS
  • 开发者模式(Redefine 主题开发文档
  • Swup 版本更新到 4

修复

  • single_page 无法关闭问题
  • tag 页面路径问题 #203
  • 统一页面标题大小
  • 搜索后的文章无法滑动 #208
  • 移动端分类页面展开 #201

更新方法见:Redefine 文档 #更新

如果你之前安装了 hexo-blog-encrypt 文章加密插件,请执行 npm uninstall hexo-blog-encrypt 卸载,否则会冲突!

如果你的 cdn 选项用的还是 elemecdn,请立刻切换到其他源,比如 aliyun。目前 elemecdn 已经无法使用!!

需要迁移配置文件

在配置文件末尾添加:

# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
  # Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
  enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end

即可

Release Note

New

  • Custom article copyright information #180
  • Display article timeliness #207
  • Built-in hexo-blog-encrypt article encryption plugin
  • Gradually transitioning to using Tailwind CSS
  • Developer mode
  • Update Swup version to 4

Fixed

  • Issue with not being able to close single_page
  • tag page path issue #203
  • Unified page title sizes
  • Unable to scroll through search results #208
  • Mobile category page expansion #201

For update instructions, see: Redefine Documentation #Updates

If you previously installed the hexo-blog-encrypt article encryption plugin, please execute npm uninstall hexo-blog-encrypt to uninstall it, otherwise there may be conflicts!

Migration of configuration file is required

Add the following to the end of the configuration file:

# DEVELOPER MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start
developer:
  # Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
  enable: false
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end

That's it!