-
- {locale === "en-US"
- ? "52-city probability hub"
- : "52 城市概率判断总览"}
-
-
- {locale === "en-US"
- ? "This page centralizes the intraday probability block for all monitored cities. The goal is fast scanning: see calibrated EMOS probabilities, market bucket alignment, and price comparison without opening each city modal one by one."
- : "这里把 52 个监控城市的概率判断板块集中到一个页面,方便直接横向扫一遍,不用逐个打开城市弹窗。重点看 EMOS 校准概率、市场合约桶聚合,以及价格对比。"}
-
-
-
- {locale === "en-US" ? "Cities" : "城市数"} {cityCount || "--"}
-
-
- {locale === "en-US" ? "Ready" : "已加载"} {readyCards}
-
-
- {locale === "en-US" ? "Market" : "有市场"} {marketReadyCount}
-
-
- {locale === "en-US" ? "Positive edge" : "有优势"} {positiveEdgeCount}
-
-
- {locale === "en-US" ? "Updated" : "更新时间"}{" "}
-
- {lastUpdatedAt
- ? new Date(lastUpdatedAt).toLocaleTimeString(
- locale === "en-US" ? "en-US" : "zh-CN",
- {
- hour: "2-digit",
- minute: "2-digit",
- second: "2-digit",
- },
- )
- : "--"}
-
-
-
- {locale === "en-US" ? "Market tick" : "价格更新"}{" "}
-
- {lastMarketUpdatedAt
- ? new Date(lastMarketUpdatedAt).toLocaleTimeString(
- locale === "en-US" ? "en-US" : "zh-CN",
- {
- hour: "2-digit",
- minute: "2-digit",
- second: "2-digit",
- },
- )
- : "--"}
-
-
-
-
-
- {error ?