fix: 评论回复按钮未登录弹窗 + 笺文列表加评论数 + 封面比例16:10

This commit is contained in:
2026-05-17 09:53:23 +08:00
parent a43f1c94a0
commit 74628c9d9d
3 changed files with 10 additions and 3 deletions
+1
View File
@@ -35,6 +35,7 @@ $total_pages = ceil($total / $per_page);
</div>
<div class="article-item__meta">
<span class="article-item__date"><?php echo get_the_date('Y-m-d'); ?></span>
<span class="article-item__comments">💬 <?php echo (int) get_comments_number(); ?></span>
<span class="article-item__views">👁 <?php echo (int) kjweji_get_views(); ?></span>
</div>
</a>