feat: add OpportunityTable and ScanTerminalDashboard components for market scanning visualization

This commit is contained in:
2569718930@qq.com
2026-04-24 13:09:31 +08:00
parent 379a4b9e45
commit 168bf6987c
2 changed files with 148 additions and 25 deletions
@@ -70,6 +70,12 @@ export function getWindowPhaseMeta(
locale: string,
): PhaseMeta {
const mode = String(row.window_phase || "").toLowerCase();
if (mode === "city_snapshot") {
return {
label: locale === "en-US" ? "City Snapshot" : "城市概况",
tone: "blue",
};
}
if (mode === "active_peak") {
return {
label: locale === "en-US" ? "Peak Window" : "峰值窗口",