From b44795c0ec9480e0e9ed018a8051fe2ebfbff55a Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Fri, 26 Dec 2025 11:35:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor(components):=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 - ImagePreviewModal: 使用 GLASS_BLUR.sm 替代 blur(10px) - SubscriptionContentNew: 使用 GLASS_BLUR.sm 替代 blur(10px) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/components/ImagePreviewModal/index.js | 2 +- src/components/Subscription/SubscriptionContentNew.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ImagePreviewModal/index.js b/src/components/ImagePreviewModal/index.js index 4ec833fc..5f9f0aca 100644 --- a/src/components/ImagePreviewModal/index.js +++ b/src/components/ImagePreviewModal/index.js @@ -100,7 +100,7 @@ const ImagePreviewModal = ({ isOpen, onClose, images = [], initialIndex = 0 }) = return ( - + - + {paymentMethod === 'alipay' ? '支付宝支付' : '微信支付'}