项目体检收尾:更新 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
+1 -5
View File
@@ -44,13 +44,9 @@ export type SystemStatusPayload = {
total_cities?: number;
with_truth_rows?: number;
with_feature_rows?: number;
with_emos_samples?: number;
with_lgbm_samples?: number;
};
emos_samples?: Record<string, unknown>;
lgbm_samples?: Record<string, unknown>;
model_cities?: {
strongest?: Array<{ city: string; emos?: number; lgbm?: number }>;
strongest?: Array<{ city: string; truth_rows?: number; feature_rows?: number }>;
gaps?: string[];
};
};