feat: implement scan terminal service with caching, background refresh, and AI-driven market analysis support

This commit is contained in:
2569718930@qq.com
2026-04-25 04:25:17 +08:00
parent 77c0597e74
commit 3083d6b8fe
8 changed files with 474 additions and 32 deletions
+4
View File
@@ -445,6 +445,10 @@ export interface ScanOpportunityRow {
city: string;
city_display_name?: string | null;
display_name?: string | null;
trading_region?: string | null;
trading_region_label?: string | null;
trading_region_label_zh?: string | null;
tz_offset_seconds?: number | null;
selected_date?: string | null;
local_date?: string | null;
local_time?: string | null;