Add market detail depth caching for dashboard data

This commit is contained in:
2569718930@qq.com
2026-04-14 12:03:37 +08:00
parent baaccc6636
commit 2e2c55d77a
5 changed files with 126 additions and 10 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ export interface AiAnalysisStructured {
export interface CityDetail {
name: string;
display_name: string;
detail_depth?: "panel" | "nearby" | "full";
detail_depth?: "panel" | "market" | "nearby" | "full";
lat: number;
lon: number;
temp_symbol: string;