From c1cc144b8e9f01e544abc7766f32429b79c2c052 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 05:06:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=94=E6=B8=A9=E8=B5=B0=E5=8A=BF=E5=9B=BE?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=81=A2=E5=A4=8D=20Polymarket=20=E5=B8=82?= =?UTF-8?q?=E5=9C=BA=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LiveTemperatureThresholdChart.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx index 4b5ad28b..37a2042f 100644 --- a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx +++ b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx @@ -2,6 +2,8 @@ import clsx from "clsx"; import { useEffect, useMemo, useState } from "react"; +import Link from "next/link"; +import { ExternalLink } from "lucide-react"; import { CartesianGrid, Line, @@ -359,6 +361,19 @@ export function LiveTemperatureThresholdChart({ + {row?.market_slug ? ( +
+ + + {isEn ? "View on Polymarket" : "在 Polymarket 查看"} + +
+ ) : null} );