From b4d48180b7e161d5f451db45eb19b73f0cfad32e Mon Sep 17 00:00:00 2001 From: Sakurasan <26715255+Sakurasan@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:53:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B8=E5=BF=83=E8=82=A1=E8=BF=BD?= =?UTF-8?q?=E8=B8=AA=E9=A2=98=E6=9D=90=E6=A0=87=E7=AD=BE=E8=B7=B3=E9=A2=98?= =?UTF-8?q?=E6=9D=90=E8=AF=A6=E6=83=85=E3=80=81=E8=82=A1=E7=A5=A8=E5=90=8D?= =?UTF-8?q?=E8=B7=B3=E8=82=A1=E7=A5=A8=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 题材标签 → /theme/$code - 股票名 → /stock/$code(阻止冒泡避免触发行展开) Co-Authored-By: Claude --- src/routes/core-stocks.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/routes/core-stocks.tsx b/src/routes/core-stocks.tsx index 756af6d..fa71c08 100644 --- a/src/routes/core-stocks.tsx +++ b/src/routes/core-stocks.tsx @@ -87,7 +87,14 @@ function CoreStocksPage() { {isOpen ? : } - {s.stockName} + e.stopPropagation()} + className="font-medium hover:text-primary hover:underline" + > + {s.stockName} + {s.stockCode} @@ -120,12 +127,14 @@ function CoreStocksPage() { {s.themes && s.themes.length > 0 ? (
{s.themes.map((t) => ( - {t.theme_name} - + ))}
) : (