From 37a730e16b0138b691c44211b3a38cdcf6643642 Mon Sep 17 00:00:00 2001 From: Zylan Date: Fri, 25 Apr 2025 01:47:43 +0800 Subject: [PATCH] 1 --- src/app/page.tsx | 51 ------------------------------------------------ 1 file changed, 51 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 382f78a..78735df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -598,57 +598,6 @@ export default function Home() { )} - - {/* Grid Display Area */} - {mappedPixelData && gridDimensions && ( -
-

拼豆图案 ({gridDimensions.M} x {gridDimensions.N})

-
- {mappedPixelData.flat().map((cell, index) => ( -
- {/* Optionally display the key inside */} - {/* {cell.key} */} -
- ))} -
- {/* Download Buttons */} -
- - -
-
- )}