fi3ework / hexo-theme-archer

🎯 A smart and modern theme for Hexo.
https://fi3ework.github.io/hexo-theme-archer
MIT License
1.49k stars 274 forks source link

Refactor `toc.js` and upgrade deps (v1.6.6) #377

Closed LolipopJ closed 12 months ago

LolipopJ commented 12 months ago

作为 hexo-theme-archer@1.6.6 版本的更新补丁,包含如下内容:

  1. Refactor: 重构了 src/toc.js 的部分实现,能正确识别各种姿势的滚动和点击事件并高亮(#357)。不再自动设置页面的 URL,避免导致浏览器回退功能失效(#369)。
  2. Style: 优化了 Toc 颜色渐变速度。
  3. Chore: 优化控制台信息展示,自动读取 package.json 中的内容(Don't repeat yourself)。
  4. Chore: 更新了项目依赖包版本,修复代码格式化问题。