feat: SSR 问答帖发帖与解决状态切换

compose 支持 question;详情徽章并由作者/管理员切换。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-30 02:04:56 +08:00
parent 92b68b9eef
commit 303755b47a
9 changed files with 71 additions and 11 deletions

View File

@@ -318,6 +318,8 @@ body.j13-body {
border: 1px solid #fecaca;
}
.j13-tag--feat { background: #ede9fe; color: #5b21b6; }
.j13-tag--resolved { background: #ecfdf5; color: #065f46; }
.j13-tag--unresolved { background: #f8fafc; color: #475569; }
.j13-empty { color: var(--j13-muted); }
.j13-pager {