fix: 封禁横幅图标修复 — SVG 替换为 ⓘ Unicode 字符
This commit is contained in:
@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user