v1.1 — 图片/头像/作者/日期全面优化

- 图片: 缩略图改为 soft crop,原图裁黑边
- 头像: 团队证件照替换 SVG,CSS 约束尺寸和圆角
- 作者: 了心/墨羽/探子三个真实用户
- 笺文列表: 左侧增加封面缩略图
- 分页: 20篇/页
- 详情页: 返回笺文链接 + 头像尺寸约束
- 作者页: 高清头像 + 中文日期
- 微言: 作者随机 + 时间匹配内容
This commit is contained in:
2026-05-03 23:59:38 +08:00
parent e123fbe9e8
commit 16c3e10494
4 changed files with 83 additions and 6 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ $author_query = new WP_Query(array(
<a href="<?php the_permalink(); ?>" class="article-item">
<span class="article-title"><?php the_title(); ?></span>
<span class="article-meta">
<span><?php echo get_the_date(); ?></span>
<span><?php echo get_the_date('Y-m-d'); ?></span>
</span>
</a>
<?php endwhile; ?>