feat: 封禁用户 NAV 横幅 + Space 页面隐藏个性签名

- BuildPageData 注入 IsBanned 字段,封禁用户所有页面显示红色横幅
- Space 页面对封禁用户覆写 Bio 为'该账号已被封禁',原文保留
- 新增 banned-banner 样式(浅红底深红字)
This commit is contained in:
2026-05-31 21:27:27 +08:00
parent bbcd992614
commit 209336b429
4 changed files with 19 additions and 1 deletions

View File

@ -386,6 +386,12 @@ header {
margin-right: .4rem;
}
.maintenance-banner.banned-banner {
background: #fde8e8;
border-bottom-color: #f5b7b7;
color: #981b1b;
}
/* ---------- Contact / Footer ---------- */
.contact-bar {
text-align: center;