feat(frontend):添加选股通至股票热图组件

- 在 stockhotmap.vue 中新增了一个名为 "选股通" 的标签页
- 嵌入了选股通网站的 URL,提供股票选择功能
This commit is contained in:
ArvinLovegood 2025-07-05 17:35:57 +08:00
parent eeae1f77f4
commit 0c6bd7292e

View File

@ -14,6 +14,9 @@ import EmbeddedUrl from "./EmbeddedUrl.vue";
<n-tab-pane name="TopHub" tab="TopHub(今日热榜)">
<embedded-url url="https://tophub.today/c/finance" :height="'calc(100vh - 252px)'"/>
</n-tab-pane>
<n-tab-pane name="选股通" tab="选股通">
<embedded-url url="https://xuangutong.com.cn" :height="'calc(100vh - 252px)'"/>
</n-tab-pane>
<n-tab-pane name="摸鱼" tab="摸鱼">
<embedded-url url="https://996.ninja/" :height="'calc(100vh - 252px)'"/>
</n-tab-pane>