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

推荐订阅源

TaoSecurity Blog
TaoSecurity Blog
Jina AI
Jina AI
雷峰网
雷峰网
月光博客
月光博客
The GitHub Blog
The GitHub Blog
WordPress大学
WordPress大学
B
Blog RSS Feed
美团技术团队
C
CXSECURITY Database RSS Feed - CXSecurity.com
小众软件
小众软件
Security Latest
Security Latest
Microsoft Azure Blog
Microsoft Azure Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Cybersecurity and Infrastructure Security Agency CISA
Last Week in AI
Last Week in AI
A
Arctic Wolf
Latest news
Latest news
Attack and Defense Labs
Attack and Defense Labs
I
Intezer
F
Fortinet All Blogs
罗磊的独立博客
MongoDB | Blog
MongoDB | Blog
Webroot Blog
Webroot Blog
S
Secure Thoughts
Help Net Security
Help Net Security
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
V
Visual Studio Blog
P
Proofpoint News Feed
博客园 - 【当耐特】
P
Privacy International News Feed
V
Vulnerabilities – Threatpost
Stack Overflow Blog
Stack Overflow Blog
Know Your Adversary
Know Your Adversary
云风的 BLOG
云风的 BLOG
Hacker News: Ask HN
Hacker News: Ask HN
L
LINUX DO - 最新话题
H
Help Net Security
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
S
SegmentFault 最新的问题
Forbes - Security
Forbes - Security
T
Tailwind CSS Blog
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tenable Blog
Cloudbric
Cloudbric
N
News and Events Feed by Topic
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog

Tags 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 Tags 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