删除 AI 预报系统全部死代码:11 个文件,扫描客户端 AI 流、状态管理、类型定义

This commit is contained in:
2569718930@qq.com
2026-05-25 22:27:02 +08:00
parent 9291ab9b3d
commit 5d0d1e2673
17 changed files with 20 additions and 2033 deletions
-13
View File
@@ -649,18 +649,6 @@ export interface ScanOpportunityRow {
export interface PrimarySignal extends ScanOpportunityRow {}
export interface ScanAiCityThesis {
city: string;
thesis_zh?: string | null;
thesis_en?: string | null;
summary_zh?: string | null;
summary_en?: string | null;
model_cluster_note?: string | null;
confidence?: string | null;
recommended_row_ids?: string[] | null;
vetoed_row_ids?: string[] | null;
}
export interface ScanAiWatchlistItem {
row_id: string;
reason?: string | null;
@@ -695,7 +683,6 @@ export interface ScanAiReview {
reason?: string | null;
summary_zh?: string | null;
summary_en?: string | null;
city_theses?: ScanAiCityThesis[] | null;
watchlist?: ScanAiWatchlistItem[] | null;
recommended_count?: number | null;
vetoed_count?: number | null;