jerryc127 / hexo-theme-butterfly

🦋 A Hexo Theme: Butterfly
https://butterfly.js.org
Apache License 2.0
6.8k stars 1.24k forks source link

bugfix:修复编辑时 series 标签内文章重复的问题 #1505

Closed LittleNyima closed 2 weeks ago

LittleNyima commented 1 month ago

使用 hexo s 在编辑时预览文章,如果文章中存在 series 标签,则每次保存时标签内的文章都会多重复一次,如图所示:

bug

这是因为每次重新渲染时,所有的文章都会被重新添加到 series.js 维护的 groups 对象中,因此在每次渲染前清空这一对象即可解决问题

LittleNyima commented 2 weeks ago

这个修复貌似会引入其他 bug,先关闭了