From 632b8794feadfdd006e2c164ff1a53d05ff6a90b Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Fri, 26 Dec 2025 11:31:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Company):=20=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E6=AF=9B=E7=8E=BB=E7=92=83=E6=95=88=E6=9E=9C=E5=88=B0=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - theme.ts: 使用 GLASS_BLUR.lg/md 替代硬编码的 blur 值 - DarkGoldCard.tsx: 使用 GLASS_BLUR.md 替代 blur(12px) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../StockSummaryCard/atoms/DarkGoldCard.tsx | 3 ++- .../components/StockQuoteCard/components/theme.ts | 12 +++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/Company/components/MarketDataView/components/StockSummaryCard/atoms/DarkGoldCard.tsx b/src/views/Company/components/MarketDataView/components/StockSummaryCard/atoms/DarkGoldCard.tsx index 9cb7dec8..2eac8a84 100644 --- a/src/views/Company/components/MarketDataView/components/StockSummaryCard/atoms/DarkGoldCard.tsx +++ b/src/views/Company/components/MarketDataView/components/StockSummaryCard/atoms/DarkGoldCard.tsx @@ -2,6 +2,7 @@ import React from 'react'; import { Box, BoxProps } from '@chakra-ui/react'; import { darkGoldTheme } from '../../../constants'; +import { GLASS_BLUR } from '@/constants/glassConfig'; interface DarkGoldCardProps extends BoxProps { children: React.ReactNode; @@ -30,7 +31,7 @@ const DarkGoldCard: React.FC = ({