From 2b982f924ea6bf94ce8c17999deb8ec115037add Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Sun, 27 Apr 2025 14:21:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(market):=E6=B7=BB=E5=8A=A0VIX=E6=81=90?= =?UTF-8?q?=E6=85=8C=E6=8C=87=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在市场组件中新增 VIX 恐慌指数选项卡 - 使用代码 usUVXY.AM 获取 VIX 恐慌指数数据 - 设置图表显示参数,包括面板高度、名称、K 线天数和暗黑主题 --- frontend/src/components/market.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/components/market.vue b/frontend/src/components/market.vue index 21af6e0..4f1b256 100644 --- a/frontend/src/components/market.vue +++ b/frontend/src/components/market.vue @@ -326,6 +326,10 @@ function share(){ + + +