fix: 关注通知添加用户空间链接跳转

- 消息中心关注通知卡片 now 可点击跳转至关注者空间 (/space/:uid)
This commit is contained in:
2026-06-03 13:06:44 +08:00
parent 584d7fd146
commit be729c29a1

View File

@ -99,6 +99,8 @@
{{end}} {{end}}
{{else if or (eq $m.NotifyType "audit_approved") (eq $m.NotifyType "audit_rejected")}} {{else if or (eq $m.NotifyType "audit_approved") (eq $m.NotifyType "audit_rejected")}}
{{$link = "/settings"}} {{$link = "/settings"}}
{{else if eq $m.NotifyType "follow"}}
{{$link = printf "/space/%d" (derefUint $m.RelatedID)}}
{{end}} {{end}}
{{if $link}} {{if $link}}
<a href="{{$link}}" class="msg-card-link"> <a href="{{$link}}" class="msg-card-link">