refactor: 移除冗余注释和描述,优化管理员模块的代码结构

This commit is contained in:
2026-05-11 17:21:12 +08:00
parent 217ed7c02f
commit 76e318be8f
57 changed files with 163 additions and 382 deletions

View File

@@ -48,10 +48,6 @@ export function RiskDrawHeader({ drawId }: { drawId: number }) {
<DrawStatusBadge status={draw.status} />
<span className="text-xs opacity-80">{draw.hall_preview_status}</span>
</p>
<p className="text-xs text-muted-foreground">
`risk_pools` /
`risk_pool_lock_logs`
</p>
</div>
);
}