项目体检收尾:更新 CLAUDE.md 移除 EMOS/LGBM 引用,清理前端死字段,移除 git 跟踪的临时文件,VPS 关闭退役钱包监控

This commit is contained in:
2569718930@qq.com
2026-05-18 22:54:00 +08:00
parent 0e4e7aebb2
commit d4640a578d
10 changed files with 14 additions and 4394 deletions
@@ -309,12 +309,12 @@ export function OverviewPageClient() {
<div className="text-[11px] text-slate-500"></div>
</div>
<div className="rounded-xl bg-white/5 p-3 text-center">
<div className="text-xl font-bold text-purple-400">{coverage.with_emos_samples ?? 0}</div>
<div className="text-[11px] text-slate-500">EMOS</div>
<div className="text-xl font-bold text-purple-400">{coverage.with_feature_rows ?? 0}</div>
<div className="text-[11px] text-slate-500"></div>
</div>
<div className="rounded-xl bg-white/5 p-3 text-center">
<div className="text-xl font-bold text-amber-400">{coverage.with_lgbm_samples ?? 0}</div>
<div className="text-[11px] text-slate-500">LGBM</div>
<div className="text-xl font-bold text-amber-400">{td?.truth_records?.row_count ?? 0}</div>
<div className="text-[11px] text-slate-500"></div>
</div>
</div>
</CardContent>