From 62774fc1fd8fd5fd37e8e98fd8603b30a4720396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Thu, 23 Oct 2025 16:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DeepMate.vue | 148 ++++++++++ components/MarketOverview.vue | 384 ++++++++++++++++++++++++ pages/home/home.vue | 674 +++++++++++++++++++++++++++++++++++++++++- 3 files changed, 1197 insertions(+), 9 deletions(-) create mode 100644 components/DeepMate.vue create mode 100644 components/MarketOverview.vue diff --git a/components/DeepMate.vue b/components/DeepMate.vue new file mode 100644 index 0000000..d3e3b3b --- /dev/null +++ b/components/DeepMate.vue @@ -0,0 +1,148 @@ + + + + + \ No newline at end of file diff --git a/components/MarketOverview.vue b/components/MarketOverview.vue new file mode 100644 index 0000000..7e61726 --- /dev/null +++ b/components/MarketOverview.vue @@ -0,0 +1,384 @@ + + + + + \ No newline at end of file diff --git a/pages/home/home.vue b/pages/home/home.vue index 986e8f6..6e2ca89 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -2,27 +2,683 @@ - 首页 + + + + + + + DeepChart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 深度探索 + + + 查看更多 + + + + + + + + + + 主力追踪 + + + + 主力资达 + + + + 主力解码 + + + + 主力资金流 + + + + + + + + + + + 我的自选 + 添加自选股 + + + + + + + + + + {{item.name}} + {{item.code}} + + + {{item.price}} + {{item.change > 0 ? '+' : ''}}{{item.change}}% + + + + + + + + + + + 机构动向简报 + + + {{report.stock}} + {{report.status}} + + + 查看更多 >> + + + + + + + + 今日市场核心看点 + + + + + + + + + + - \ No newline at end of file