From 2dd4f072b24f5441070eeb8107b3b7c88435a9b8 Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Mon, 7 Jul 2025 17:17:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=E6=B7=BB=E5=8A=A0=E8=82=A1?= =?UTF-8?q?=E7=A5=A8=E5=88=86=E9=92=9F=E7=BA=BF=E8=BF=B7=E4=BD=A0=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E5=B9=B6=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 StockSparkLine 组件,用于显示股票分钟迷你线图表 - 在股票页面中集成 StockSparkLine 组件 - 为 about、market 和 settings 页面的主体元素添加可拖拽样式 - 优化股票页面布局,调整网格列数和对齐方式 --- frontend/src/components/about.vue | 2 +- frontend/src/components/market.vue | 3 +- frontend/src/components/settings.vue | 2 +- frontend/src/components/stock.vue | 8 +- frontend/src/components/stockSparkLine.vue | 128 +++++++++++++++++++++ 5 files changed, 138 insertions(+), 5 deletions(-) create mode 100644 frontend/src/components/stockSparkLine.vue diff --git a/frontend/src/components/about.vue b/frontend/src/components/about.vue index b47b6a8..5a734f3 100644 --- a/frontend/src/components/about.vue +++ b/frontend/src/components/about.vue @@ -80,7 +80,7 @@ EventsOn("updateVersion",async (msg) => {