Skip to content

v1.2.2 减少 CPU 占用,细节功能优化

Compare
Choose a tag to compare
@blinkfox blinkfox released this 12 Dec 06:06
· 183 commits to master since this release
  • 新增了自定义文章 keywords 的功能;
  • 新增静态彩带点击切换的功能和配置;
  • 将文章字数统计、彩带和站点运行时间等功能默认设置为 false
  • 修改了文章的 description 的 meta 属性优先读取文章的 summary 属性;
  • 修改了文章标题的 HTML 标签,从 div 改成了 h1 标题;
  • 修改了页脚年份显示不正确的问题;
  • 去掉了站点运行时间中多余的 setTimeout 代码;

  • Add the function of customizing post keywords;
  • Add the function and configuration of static ribbon click switch;
  • Set the word count, ribbon and site running time as false by default;
  • Modify the meta attribute of the post's description to read the post's summary attribute first;
  • Modified HTML tag of article title from div to h1 title;
  • Fixed the problem of incorrect footer year display;
  • Removed redundant setTimeout js code from site runtime;