From 0c6bd7292e3d918fbc47d98e6b33e1f0e6558e8f Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Sat, 5 Jul 2025 17:35:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=E6=B7=BB=E5=8A=A0=E9=80=89?= =?UTF-8?q?=E8=82=A1=E9=80=9A=E8=87=B3=E8=82=A1=E7=A5=A8=E7=83=AD=E5=9B=BE?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 stockhotmap.vue 中新增了一个名为 "选股通" 的标签页 - 嵌入了选股通网站的 URL,提供股票选择功能 --- frontend/src/components/stockhotmap.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/components/stockhotmap.vue b/frontend/src/components/stockhotmap.vue index 630c00f..a4c6103 100644 --- a/frontend/src/components/stockhotmap.vue +++ b/frontend/src/components/stockhotmap.vue @@ -14,6 +14,9 @@ import EmbeddedUrl from "./EmbeddedUrl.vue"; + + +