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

@ -75,9 +75,7 @@
{{end}}
{{if .IsBanned}}
<div class="maintenance-banner banned-banner">
<span class="maintenance-banner-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><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>
</span>
<span class="maintenance-banner-icon"></span>
<span>该账号已被封禁</span>
</div>
{{end}}