feat: add dashboard panel components for scan metrics, KPI bars, and terminal views

This commit is contained in:
2569718930@qq.com
2026-04-26 00:45:16 +08:00
parent 3237f95e8c
commit 92e505d804
3 changed files with 15 additions and 66 deletions
@@ -1269,8 +1269,8 @@ export function ProbabilityDistribution({
</div>
<p>
{locale === "en-US"
? "This card follows the same rule as the opportunity list: DEB first, model agreement second, METAR conflict check before settlement."
: "该卡片与机会列表口径一致:先看 DEB,再看模型支持,最后检查 METAR 是否冲突。"}
? "This card follows the same rule as AI forecast: DEB first, model agreement second, METAR conflict check before settlement."
: "该卡片与 AI 预测口径一致:先看 DEB,再看模型支持,最后检查 METAR 是否冲突。"}
</p>
</div>
)}