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 -1
View File
@@ -46,7 +46,7 @@
<div class="user-menu-dropdown">
<a href="/author/<?php echo esc_attr($current_user->user_nicename); ?>/">个人资料</a>
<a href="/wp-admin/">系统后台</a>
<a href="/wp-login.php?action=logout">退出</a>
<a href="<?php echo wp_logout_url(home_url($_SERVER["REQUEST_URI"])); ?>">退出</a>
</div>
</div>
<?php endif; ?>