fix: 封禁横幅图标修复 — SVG 替换为 ⓘ Unicode 字符

This commit is contained in:
2026-05-31 21:33:59 +08:00
parent 209336b429
commit 394989b281
2 changed files with 2 additions and 4 deletions

View File

@ -24,7 +24,7 @@
</div>
<div class="space-info">
<h1 class="space-username">{{.SpaceUser.Username}}</h1>
<p class="space-bio">{{if eq .SpaceUser.Status "banned"}}<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="vertical-align:-3px;margin-right:4px"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12.01" y2="8"/></svg>该账号已被封禁{{else if .SpaceUser.Bio}}{{.SpaceUser.Bio}}{{else}}&nbsp;{{end}}</p>
<p class="space-bio">{{if eq .SpaceUser.Status "banned"}}该账号已被封禁{{else if .SpaceUser.Bio}}{{.SpaceUser.Bio}}{{else}}&nbsp;{{end}}</p>
<div class="space-meta">
<span class="space-uid">UID: {{.SpaceUser.ID}}</span>
<span class="space-divider">·</span>