From 903dad8b30d8537551d27f3177c8796dfe3ad96c Mon Sep 17 00:00:00 2001 From: wanqian-windrunner <2287317341@qq.com> Date: Mon, 9 Feb 2026 00:15:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=A1=8C=E9=9D=A2?= =?UTF-8?q?=E7=AB=AF=E5=AE=BD=E5=BA=A6=E4=B8=8D=E8=B6=B3=E6=97=B6Mirror?= =?UTF-8?q?=E9=85=B1=E5=92=8C=E5=B7=A6=E8=BE=B9=E4=B8=8B=E8=BD=BD=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=A0=86=E5=8F=A0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/Hero.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/Hero.tsx b/app/components/Hero.tsx index aadeac9..95c5f82 100644 --- a/app/components/Hero.tsx +++ b/app/components/Hero.tsx @@ -348,10 +348,10 @@ export default function Hero() { initial={{ opacity: 0, x: -20 }} animate={{ opacity: 1, x: 0 }} exit={{ opacity: 0, x: -20 }} - className="flex flex-col gap-3 md:flex-row md:items-center" + className="flex flex-col gap-3 md:flex-row md:flex-wrap md:items-center" > {/* 第一行:主下载 + 展示全部 */} -
+
{/* 主下载按钮 - 自动检测系统 */}