From d60f1f8eb3917f9e9a2fb6f97f8fb8fe4a43ed52 Mon Sep 17 00:00:00 2001 From: zihanjian Date: Wed, 2 Jul 2025 11:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=89=B2=E6=9D=BF=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E9=80=89=E6=8B=A9=E9=80=BB=E8=BE=91=EF=BC=8C=E5=9C=A8?= =?UTF-8?q?=E5=8E=BB=E6=9D=82=E8=89=B2=E5=92=8C=E6=89=8B=E5=8A=A8=E4=B8=8A?= =?UTF-8?q?=E8=89=B2=E6=A8=A1=E5=BC=8F=E4=B8=8B=E9=9A=90=E8=97=8F=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=8C=89=E9=92=AE=EF=BC=8C=E6=8F=90=E5=8D=87=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=95=8C=E9=9D=A2=E4=BA=A4=E4=BA=92=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/studio/page.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/studio/page.tsx b/src/app/studio/page.tsx index 6b250cf..24f7e0c 100644 --- a/src/app/studio/page.tsx +++ b/src/app/studio/page.tsx @@ -1607,13 +1607,15 @@ export default function FocusMode() { - {/* 色板系统选择 - 精致小巧 */} - + {/* 色板系统选择 - 精致小巧,在去杂色和手动上色模式时隐藏 */} + {!showCanvasColorPanel && !showManualColoringPanel && ( + + )} {/* 右侧按钮 */}