From 44427309eef0204043c9511fc6c881995b543760 Mon Sep 17 00:00:00 2001 From: zihanjian Date: Fri, 6 Jun 2025 16:46:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4CSV=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E5=9B=BE=E5=83=8F=E6=A0=87=E8=AE=B0=E7=8A=B6=E6=80=81=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=8A=B6=E6=80=81=E7=AE=A1=E7=90=86=E9=80=BB?= =?UTF-8?q?=E8=BE=91=EF=BC=8C=E6=8F=90=E5=8D=87=E4=BB=A3=E7=A0=81=E6=95=B4?= =?UTF-8?q?=E6=B4=81=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3a853e..5177d29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,9 +148,6 @@ export default function Home() { // 新增:完整色板切换状态 const [showFullPalette, setShowFullPalette] = useState(false); - // 添加标记来区分是否是CSV导入的图像 - const [isFromCsvImport, setIsFromCsvImport] = useState(false); - // 新增:颜色替换相关状态 const [colorReplaceState, setColorReplaceState] = useState<{ isActive: boolean;