feat: SSR 评论回复与 @ 提及通知
发评/审通接入 NotifyService,系统通知会话支持 kind 筛选。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user