清理市场概览残留:删除 MarketOverviewBanner+refresh_policy 中的 marketOverview 条目

This commit is contained in:
2569718930@qq.com
2026-05-25 23:04:40 +08:00
parent a3db39909d
commit ea5c6ec71e
32 changed files with 438 additions and 3880 deletions
@@ -4,6 +4,7 @@ import {
buildBrowserBackendHeaders,
fetchBackendApi,
} from "@/lib/backend-api";
import { DASHBOARD_REFRESH_POLICY_MS } from "@/lib/refresh-policy";
import type {
CityDetail,
MarketScan,
@@ -17,7 +18,7 @@ export type RemoteData<T> =
| { status: "error"; error: string; previous?: T };
export const scanTerminalQueryPolicy = {
autoRefreshMs: 10 * 60_000,
autoRefreshMs: DASHBOARD_REFRESH_POLICY_MS.scanRows,
manualForceRefreshCooldownMs: 2 * 60_000,
} as const;