Skip to content

Releases: Exisi/hexo-theme-node-tree

v1.0.1

25 Apr 15:42

Choose a tag to compare

Bug Fixed

  • fix the issue where the scroll position is not reset after page loading
  • fix the issue where the content of the meta tag is empty when on the post page
  • remove the invalid configuration referenced in the copyright at the bottom of the post
  • fix keywords and description content updates when the page loading

问题修复

  • 修复界面加载后的滚动位置异常
  • 修复 meta 标签内容在文章界面中显示为空的问题
  • 移除post底部版权中引用的无效配置
  • 修复页面加载时关键词和描述的内容更新

v1.0.0

13 Mar 09:54

Choose a tag to compare

Bug Fixed

  • Adjust the code block filename style.
  • Fix index errors in the previous and next articles.
  • fix the issue where the header menu icon link fails to click.

问题修复

  • 调整代码块文件名样式
  • 修复上下篇文章的索引错误
  • 修复标题菜单图标链接点击失败的问题

v0.3.0

12 Mar 10:42

Choose a tag to compare

Features

  • support Prism code highlighting and code copy.
  • generate article toc for parent node.
  • supports custom css and js feature

Bug Fixed

  • Fix the Highlight.js code highlighting failure issue in global configuration.
  • optimize the script reload logic for seamless loading
  • Fix the issue with anchor links not working in the article toc of the node.
  • Fix the prefix error in the header and favicon links
  • fix the issue with the expand all nodes button not working when clicked.
  • Optimize article markdown style display.
  • Optimize node tree node title display.

功能

  • 支持 Prism 代码高亮选项和代码复制功能
  • 为父节点生成文章目录(TOC)
  • 支持自定义CSS和JS功能

问题修复

  • 修复在全局配置中 Hightlightjs 代码高亮失败的问题
  • 优化无感加载的script重载逻辑
  • 修复节点文章目录中的锚点链接不生效的问题
  • 修复标题和图标的链接前缀错误
  • 修复点击展开所有节点按钮无效的问题
  • 优化文章 Markdown 样式显示
  • 优化节点树节点标题显示

v0.2.0

20 Feb 06:24

Choose a tag to compare

Features

  • Optimize the homepage post list style
  • Implement a picture lightbox, seamless loading feature, and remove all jQuery references.
  • Optimize theme settings
  • Support copyright statements for articles
  • Support internationalization
  • Replace the statistics with Vercount instead of Busuanzi

Bug Fixed

  • Fix the configuration issue of the web page icon
  • Fix the issue where the sidebar article toc is incomplete
  • Fix the issue where the directory node icons in the sidebar are not work to clicks.
  • Fix the issue where the search directory node icons are displaying incorrectly.
  • Fix the issue where the seamless loading causes comment loading to fail and the head script to become ineffective
  • fix the error when the sidebar file directory is empty

功能

  • 优化主页文章列表样式
  • 实现图片灯箱、无感加载功能,移除所有 Jquery 引用
  • 优化主题配置
  • 支持文章的版权声明
  • 支持国际化
  • 网站计数器使用Vercount替换Busuanzi

问题修复

  • 修复网页图标的配置问题
  • 修复侧边栏文章节点目录不完整的问题
  • 修复侧边栏文件节点图标点击不生效的问题
  • 修复搜索文件节点图标错误显示
  • 修复无感加载导致评论加载失败,以及头部脚本失效的问题
  • 修复当侧边栏文件目录为空时的错误

v0.1.0

06 Jun 09:23

Choose a tag to compare

Features

  • Add Giscus comment function
  • Add configuration to Baidu analysis
  • Add Google Analysis Function
  • Add full expansion and collapse functionality for the top-level directory
  • Support dark mode
  • Style optimization, mobile Adaptation
  • Replace the CDN file
  • Use Magnific-Popup to replace FancyBox to implement the preview of the picture
  • Add en language support

Bug Fixed

  • Filter the html tag in the homepage abstract
  • Remove the unmaintainable Valine comment feature

功能

  • 增加 Giscus 评论功能
  • 为百度分析添加配置
  • 增加谷歌分析功能
  • 支持顶级目录的全部展开和全部收起
  • 支持夜间模式
  • 样式优化,移动端适配
  • 替换 CDN 文件
  • 使用 magnific-popup 取代 fancybox 实现图片的预览
  • 添加对英文语言的支持

问题修复

  • 过滤主页摘要中的HTML标签
  • 移除难以维护的 Valine 评论功能