github jerryc127/hexo-theme-butterfly 3.4.0

latest releases: 4.13, 4.12, 4.11...
3 years ago

Breaking Change

  1. 去除 jQuery

Feature

  1. 可配置是否添加css前綴

    +# Add the vendor prefixes to ensure compatibility
    +css_prefix: true
  2. 點擊文字特效增加隨機配置

    ClickShowText:
      enable: false
      text:
        - I
        - LOVEeeeeeeeeeeeee
        - YOU
      fontSize: 15px
    +  random: true
      mobile: false
  3. 右下角增加字體調整按鈕

    +# Change font size
    +change_font_size: true
  4. 增加twikoo 最新評論

    newest_comments:
      enable: true
    	....
    +  twikoo: true
  5. 增加twikoo評論數顯示

  6. 增加toc簡潔模式

    toc:
      enable: true
      number: true
    +  style_simple: false

Fix

  1. 修復子目錄下,配置justifiedGallery CDN(相對鏈接)後,連接會無法訪問的bugs
  2. 修復沒有滾動條時,右下角按鈕顯示問題 #439
  3. 修復 pangu 配置post 後,仍在全站生效的bugs
  4. 修復resize 時,toc 的位置問題

Improvement

  1. 最新評論頭像增加lazyload
  2. 最新評論優化,當沒有評論時顯示'沒有評論‘
  3. toc點擊時改用document.getElementById獲取,預防有些字符導致無法跳轉 #426
  4. 若瀏覽器支持。scroll將採用原生瀏覽器支持的滾動方法
  5. 搜索優化
  6. html格式優化
  7. 當屏幕沒有滾動條時,rightside會直接顯示
  8. 手機端toc邊距微調
  9. fontawesome和google字體增加異步加載
  10. 夜間模式下,廣告降低亮度
  11. 當設置aside mobile為false時,toc仍然能顯示

Remove

  1. 刪除ICP配置, 如需要,請使用custom_text配置
  2. 刪除不必要的語言文件

Don't miss a new hexo-theme-butterfly release

NewReleases is sending notifications on new releases.