feat: implement dashboard store and API routes for city market scanning and analysis

This commit is contained in:
2569718930@qq.com
2026-04-24 12:46:44 +08:00
parent c61a3f500d
commit 467f736602
8 changed files with 723 additions and 41 deletions
+3
View File
@@ -546,6 +546,9 @@ export interface ScanTerminalResponse {
tradable_market_count: number;
total_volume: number;
resolved_market_type?: string | null;
total_city_count?: number | null;
scanned_city_count?: number | null;
failed_city_count?: number | null;
};
top_signal?: PrimarySignal | null;
rows: ScanOpportunityRow[];