feat: 详情页作者名链接到 /space/:uid 空间页

- 作者名可点击跳转到作者空间页,已注销用户不生成链接
- hover 时变为主题紫色 + 下划线,与 meta 行风格协调
This commit is contained in:
2026-06-02 23:29:16 +08:00
parent fcff28ab60
commit b74ce2da93
2 changed files with 15 additions and 1 deletions

View File

@ -97,6 +97,16 @@
color: #6b7280;
}
.post-detail-meta a {
color: #6b7280;
text-decoration: none;
}
.post-detail-meta a:hover {
color: #6366f1;
text-decoration: underline;
}
.post-detail-body {
font-size: 16px;
line-height: 1.8;