v1.8 — 细节优化

- 首页文案更新为'自白者的栖息地'
- 近笺 12 条 + 查看全部链接
- 笺文详情页加浏览量
- 登录弹窗替代 alert
- 评论区修复双重 border-top
- 退出登录带回跳
- 时间格式统一到秒
- 文案优化
This commit is contained in:
2026-05-04 13:39:20 +08:00
parent 993ef92d4e
commit f09f3bbfef
8 changed files with 49 additions and 16 deletions
+1
View File
@@ -17,6 +17,7 @@ $total_pages = ceil($total / $per_page);
<div class="section-header">
<span class="section-title">📜 笺文</span>
<span class="section-filter" style="font-size:13px;color:var(--ink-lighter);">字里行间,尽是岁月</span>
</div>
<?php if ($query->have_posts()) : ?>