From 1570c8134c9fd3b4df6739efcca5b772d1646f88 Mon Sep 17 00:00:00 2001 From: Zylan Date: Fri, 25 Apr 2025 02:10:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=B8=8B=E8=BD=BD=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=BD=8D=E7=BD=AE=EF=BC=8C=E5=B0=86=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=AE=B9=E5=99=A8=E7=A7=BB=E5=8A=A8=E5=88=B0?= =?UTF-8?q?=E5=9B=BE=E5=83=8F=E6=98=BE=E7=A4=BA=E5=8C=BA=E5=9F=9F=E4=B8=8B?= =?UTF-8?q?=E6=96=B9=EF=BC=8C=E4=BB=A5=E6=94=B9=E5=96=84=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5413243..82137f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -665,28 +665,6 @@ export default function Home() { }} > -
- - -
@@ -715,6 +693,32 @@ export default function Home() { )} + + {/* Download Buttons Container - Moved Here */} + {originalImageSrc && ( // Keep the condition to only show buttons when there's an image +
+ + +
+ )}