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
+2
View File
@@ -439,6 +439,8 @@ async def city_detail(
normalized_depth = str(depth or "panel").strip().lower()
if normalized_depth == "full":
detail_mode = "full"
elif normalized_depth == "market":
detail_mode = "market"
elif normalized_depth == "nearby":
detail_mode = "nearby"
else: