feat: SSR 评论回复与 @ 提及通知

发评/审通接入 NotifyService,系统通知会话支持 kind 筛选。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-29 21:51:52 +08:00
parent 145c7a3e1f
commit c32c81d1ca
11 changed files with 143 additions and 19 deletions

View File

@@ -698,6 +698,18 @@ body.j13-body {
.j13-msg-bubble__subj { font-weight: 600; margin-bottom: 0.25rem; }
.j13-msg-bubble__body { white-space: pre-wrap; overflow-wrap: anywhere; }
.j13-msg-compose { margin-top: 1.25rem; }
.j13-msg-kinds {
display: flex;
flex-wrap: wrap;
gap: 0.5rem 0.85rem;
margin: 0.5rem 0 0;
font-size: 0.9rem;
}
.j13-msg-kinds a { color: var(--j13-muted); }
.j13-msg-kinds a.is-active {
color: var(--j13-accent);
font-weight: 600;
}
/* 内容门控锁定壳 */
members-only,