jerryc127 / hexo-theme-butterfly

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

[Feature] 随机封面算法优化。 #1429

Closed hinak0 closed 5 months ago

hinak0 commented 5 months ago

1384 [Feature]: 随机封面算法问题

优化随机算法为洗牌算法,保证不会有相邻post撞封面。

之前提到的渲染顺序问题是这么解决的:换了一个生成器的钩子函数,这个钩子里可以一次性修改所有的post。