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

推荐订阅源

爱范儿
爱范儿
博客园_首页
W
WeLiveSecurity
S
Secure Thoughts
S
Security @ Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hugging Face - Blog
Hugging Face - Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Hacker News: Front Page
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
U
Unit 42
N
News and Events Feed by Topic
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Forbes - Security
Forbes - Security
T
Tor Project blog
I
Intezer
B
Blog
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
F
Fortinet All Blogs
Schneier on Security
Schneier on Security
T
Threat Research - Cisco Blogs
AI
AI
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
Cloudbric
Cloudbric
L
Lohrmann on Cybersecurity
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
P
Privacy International News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
Simon Willison's Weblog
Simon Willison's Weblog
罗磊的独立博客
Vercel News
Vercel News
A
Arctic Wolf
The Register - Security
The Register - Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
H
Heimdal Security Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed

Release notes from hexo-theme-butterfly

Release 5.5.5 · jerryc127/hexo-theme-butterfly Release 5.5.4 · jerryc127/hexo-theme-butterfly Release 5.5.3 · jerryc127/hexo-theme-butterfly Release 5.5.2 · jerryc127/hexo-theme-butterfly Release 5.5.1 · jerryc127/hexo-theme-butterfly Release 5.5.0 · jerryc127/hexo-theme-butterfly Release 5.4.3 · jerryc127/hexo-theme-butterfly Release 5.4.2 · jerryc127/hexo-theme-butterfly Release 5.4.1 · jerryc127/hexo-theme-butterfly Release 5.3.5 · jerryc127/hexo-theme-butterfly
Release 5.4.0 · jerryc127/hexo-theme-butterfly
jerryc127 · 2025-07-04 · via Release notes from hexo-theme-butterfly

Full Changelog: 5.3.5...5.4.0

新功能

  1. 更新 plugins.yml 中的依賴版本至最新
  2. 適配 Fancybox v6
  3. 新增導航欄文章標題顯示配置選項
  4. 文章頁導航欄增加滑鼠懸停顯示返回主頁提示
  5. 新增 Google Tag Manager 配置支援
  6. 新增右側配置按鈕動畫效果,更新相關配置和模板邏輯
  7. 更新頁腳配置,新增導航欄和版權信息,改進樣式和結構

修復

  1. 修正 truncateContent 函數以正確處理空內容
  2. 修復 card_archives 計數錯誤
  3. 修正分頁順序邏輯
  4. 修正 getBgPath 函數,使用 this.url_for 獲取背景圖片的正確路徑

優化

  1. 當 per_page 為 0 時,頁面不顯示導航欄
  2. 優化 truncateContent 函數,加密文章不顯示自動截取內容
  3. 新增首頁樣式以支援單詞換行

New Features

  1. Update dependency versions to latest in plugins.yml
  2. Support for Fancybox v6
  3. Add configuration option to display article title in navigation bar
  4. Add hover tooltip to show "Back to Home" text in article page navigation bar
  5. Add Google Tag Manager configuration support
  6. Add animation effects for right-side configuration button, update related configurations and template logic
  7. Update footer configuration, add navigation bar and copyright information, improve styles and structure

Bug Fixes

  1. Fix truncateContent function to properly handle empty content
  2. Fix card_archives counting bug
  3. Fix pagination order logic
  4. Fix getBgPath function to use this.url_for for correct background image path

Improvements

  1. Hide navigation bar when per_page is set to 0
  2. Optimize truncateContent function, encrypted articles do not show auto-truncated content
  3. Add homepage styles to support word wrapping