diff --git a/frontend/components/dashboard/FutureForecastModal.tsx b/frontend/components/dashboard/FutureForecastModal.tsx index 4ea356ab..7871011a 100644 --- a/frontend/components/dashboard/FutureForecastModal.tsx +++ b/frontend/components/dashboard/FutureForecastModal.tsx @@ -1089,8 +1089,8 @@ export function FutureForecastModal() { locale === "en-US" ? "Base analysis ready" : "基础分析已加载", note: locale === "en-US" - ? "Forecast curve, anchor state, and current structure are available." - : "预测曲线、锚点状态和当前结构已经可用。", + ? "Forecast curve, anchor state, and the core intraday view are available." + : "预测曲线、锚点状态和核心日内视图已经可用。", }, { key: "market", @@ -1104,26 +1104,6 @@ export function FutureForecastModal() { ? "Probability buckets are derived from the local model stack." : "概率桶当前由本地模型栈推导。", }, - { - key: "structure", - state: isStructureSyncing ? "syncing" : "ready", - label: - locale === "en-US" - ? isStructureSyncing - ? "Backfilling deep structure" - : "Deep structure ready" - : isStructureSyncing - ? "深度结构补齐中" - : "深度结构已加载", - note: - locale === "en-US" - ? isStructureSyncing - ? "Upper-air, nearby network, and deeper fusion signals are still coming in." - : "Upper-air, nearby network, and deeper fusion signals are ready." - : isStructureSyncing - ? "高空、周边站网和更深层融合信号还在补齐。" - : "高空、周边站网和更深层融合信号已可用。", - }, ] as const; return ( @@ -1216,8 +1196,8 @@ export function FutureForecastModal() {
{isToday ? locale === "en-US" - ? "Base signal first, market and deep structure follow." - : "先看基础信号,市场层和深度结构随后补齐。" + ? "Base signal first, then probability and model layers." + : "先看基础信号,再看概率层和模型层。" : locale === "en-US" ? "Forward date view with phased model and structure sync." : "未来日期视图,模型层与结构层分阶段补齐。"} @@ -1239,10 +1219,7 @@ export function FutureForecastModal() { {syncStatusItems.map((item) => (
) : (