From 1754ec74400582ad69a7b426396c5b2f08504b08 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Fri, 26 Dec 2025 11:30:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Home):=20=E8=BF=81=E7=A7=BB=E6=AF=9B?= =?UTF-8?q?=E7=8E=BB=E7=92=83=E6=95=88=E6=9E=9C=E5=88=B0=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - FeatureCard.tsx: 使用 GLASS_BLUR.sm 替代 blur(10px) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/views/Home/components/FeatureCard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Home/components/FeatureCard.tsx b/src/views/Home/components/FeatureCard.tsx index 838901ca..e26f5dd2 100644 --- a/src/views/Home/components/FeatureCard.tsx +++ b/src/views/Home/components/FeatureCard.tsx @@ -14,6 +14,7 @@ import { Button } from '@chakra-ui/react'; import type { Feature, FeatureClickHandler } from '@/types/home'; +import { GLASS_BLUR } from '@/constants/glassConfig'; interface FeatureCardProps { feature: Feature; @@ -31,7 +32,7 @@ export const FeatureCard: React.FC = ({ return (