refactor: 移除冗余注释和描述,优化管理员模块的代码结构
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user