博客文章优化

This commit is contained in:
DelLevin-Home
2026-05-18 00:54:08 +08:00
parent fa4c784b96
commit 5e33d53ea3
5 changed files with 54 additions and 34 deletions

View File

@@ -55,7 +55,7 @@
<path d="M21 15C21 15.5304 20.7893 16.0391 20.4142 16.4142C20.0391 16.7893 19.5304 17 19 17H7L3 21V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H19C19.5304 5 20.0391 5.21071 20.4142 5.58579C20.7893 5.96086 21 6.46957 21 7V15Z"
stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<span class="btn-label">留言板</span>
<span class="btn-label" data-i18n="btn_guestbook">留言板</span>
</button>
<!-- Hover 浮动预览面板 -->
@@ -80,13 +80,13 @@
<path d="M16 17H8" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10 9H8" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<span class="btn-label">博客文章</span>
<span class="btn-label" data-i18n="btn_blog_posts">博客文章</span>
</button>
<!-- Hover 浮动预览面板 -->
<div id="blog-posts-preview" class="blog-posts-preview">
<div class="preview-header">
<h3>最新文章</h3>
<h3 data-i18n="blog_latest_posts">最新文章</h3>
</div>
<div class="preview-body blog-posts-list">
<!-- 最新文章预览将在这里动态加载 -->