惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
云风的 BLOG
云风的 BLOG
aimingoo的专栏
aimingoo的专栏
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
F
Full Disclosure
A
About on SuperTechFans
C
Check Point Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
量子位
Know Your Adversary
Know Your Adversary
K
Kaspersky official blog
L
LINUX DO - 热门话题
Recorded Future
Recorded Future
C
Cisco Blogs
M
MIT News - Artificial intelligence
T
Tenable Blog
G
GRAHAM CLULEY
月光博客
月光博客
Recent Announcements
Recent Announcements
V
Visual Studio Blog
IT之家
IT之家
T
The Exploit Database - CXSecurity.com
The GitHub Blog
The GitHub Blog
T
Threat Research - Cisco Blogs
D
DataBreaches.Net
P
Privacy International News Feed
P
Proofpoint News Feed
I
Intezer
博客园 - 叶小钗
C
CXSECURITY Database RSS Feed - CXSecurity.com
The Hacker News
The Hacker News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - Franky
SecWiki News
SecWiki News
宝玉的分享
宝玉的分享
P
Palo Alto Networks Blog
Last Week in AI
Last Week in AI
小众软件
小众软件
Hacker News - Newest:
Hacker News - Newest: "LLM"
O
OpenAI News
N
News and Events Feed by Topic
Microsoft Security Blog
Microsoft Security Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
N
News and Events Feed by Topic
The Cloudflare Blog
Spread Privacy
Spread Privacy
酷 壳 – CoolShell
酷 壳 – CoolShell
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
B
Blog RSS Feed

Butterfly

Butterfly 5.6 更新日誌 香港銀行開戶推薦 (附邀請碼) Butterfly 5.5 更新日誌 Butterfly 5.4 更新日誌 Butterfly 5.3 更新日誌 Butterfly 5.2 更新日誌 Butterfly 5.1 更新日誌 Butterfly 5.0 更新日誌 Butterfly 4.13 更新日誌 Butterfly 4.12 更新日誌 Butterfly 4.11 更新日誌 自定義側邊欄 當設置 top_img 為 false 時 Butterfly添加全局吸底Aplayer教程 自定義代碼配色 Butterfly 打賞 Butterfly 更新日誌 Butterfly 文檔(六) 進階教程 Butterfly 文檔(五) 主題問答 Butterfly 文檔(四) 標簽外挂 Butterfly 文檔(三) 主題配置 Butterfly 文檔(二) 主題頁面 Butterfly 文檔(一) 快速開始 沒有封面 標籤外掛(Tag Plugins) Markdown Style test
Butterfly 4.10 更新日誌
Jerry · 2023-10-08 · via Butterfly

破壞性內容

  1. 更改 rightside-bottom 為 rightside_bottom

    1
    2
    - rightside-bottom:
    + rightside_bottom:
  2. 重構 gallery 標籤外掛

    1. 寫法變更

    2. 默認為滾動到顯示區域才加載圖片

    3. 更改依賴, 由 nk-o/flickr-justified-gallery 改為 egjs-infinitegrid

      1
      2
      3
      4
      5
        CDN:
      option:
      - # flickr_justified_gallery_js:
      - # flickr_justified_gallery_css:
      + # egjs_infinitegrid:
  3. 更改 ClickShowTextclickShowText

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    -ClickShowText:
    +clickShowText:
    enable: false
    text:
    - I
    - LOVEeeeeeeeeeeeee
    - YOU
    fontSize: 15px
    random: true
    mobile: false

    CDN:
    option:
    - ClickShowText:
    + clickShowText:

內容

  1. 置頂圖標改為在標題左側

  2. 可配置打賞按鈕的文字

    1
    2
    3
    4
     reward:
    enable: false
    + text:
    QR_code:
  3. 側邊欄增加系列文章顯示

    1
    2
    3
    4
    5
    aside:
    + card_post_series:
    + enable: true
    + orderBy: 'date' # Order by title or date
    + order: -1 # Sort of order. 1, asc for ascending; -1, desc for descending
  4. 增加 series 系列文章標籤外掛

    1
    2
    3
    4
    5
    +series:
    + enable: true
    + orderBy: 'title' # Order by title or date
    + order: 1 # Sort of order. 1, asc for ascending; -1, desc for descending
    + number: true
  5. 移除 addthis 分享

    1
    2
    3
    -addThis:
    - enable: false
    - pubid:
  6. 文章版權增加圖標顯示

  7. getScript 增加 attribute 配置

  8. 文章文字左右對齊

    1
    2
    +# Stretches the lines so that each line has equal width(文字向兩側對齊,對最後一行無效)
    +text_align_justify: true
  9. preconnect 根據 CDN 配置引入

  10. 移除 anchor 的 button, 直接點擊標題跳轉

    1
    2
    3
    4
    5
    6
    7
    8
    anchor:
    - button:
    - enable: false
    - always_show: false
    - icon: # the unicode value of Font Awesome icon, such as '\3423'
    auto_update: false # when you scroll in post, the URL will update according to header id.
    + # Click the headline to scroll and update the anchor
    + click_to_scroll: false
  11. 更改 headline 的 hover 效果

修復

  1. 修復網站為子目錄時,pjax 跳轉 404 錯誤
  2. 修復夜間模式下,小屏幕的 toc 滾動條顏色不明顯的 bug
  3. 修復設置字體超過 17px 時,toc 裏面的邊框異常的 bug
  4. 修復 float 浮動佈局導致評論寬度異常的 bug
  5. 修復當設置搜索文件為 xml 時,搜索 <和> 沒有結果的 bug
  6. 修復主頁滾動, 頂部圖特效有延遲的 bug
  7. 修復圖片附屬文字在 note 標籤外掛裏的位置與圖片重疊的 bug

優化

  1. 首頁社交圖標左右邊距調整
  2. 代碼優化
  3. tabs 標籤外掛的回到頂部箭頭位置調整
  4. 更新 plugin.yml
  5. 重構 main.js 代碼
  6. 優化 pjax 下的性能
  7. 優化手機端 toc 打開和關閉特效
  8. 文章進入特效改為 transform, 優化 stylus
  9. 目錄側邊欄出現滾動條時,元素不會被擠壓
  10. 處理 waline 的 url 後面多 / 導致跨域的問題
  11. 優化語言文件部分用詞
  12. disqus 和 disqusjs 的評論數獲取不到時,顯示為 0
  13. disqusjs 的評論數改為 api 獲取
  14. tabs content 裏最後一個元素 margin-bottom 改為 0
  15. 移除 noscript

版權聲明: 除特別聲明外,本博客所有文章均採用CC BY-NC-SA 4.0 授權協議。轉載請註明出處:Butterfly

avatar

Jerry

A Simple and Card UI Design theme for Hexo

主題 GitHub