From dfa942444dfb3885e2e9ab7dd2a6bf8f3688f1e0 Mon Sep 17 00:00:00 2001 From: Zylan Date: Sat, 26 Apr 2025 15:10:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=85=B3?= =?UTF-8?q?=E4=BA=8E=E9=80=89=E6=8B=A9=E9=A2=9C=E8=89=B2=E5=92=8C=E6=A9=A1?= =?UTF-8?q?=E7=9A=AE=E6=93=A6=E7=9A=84=E6=93=8D=E4=BD=9C=E6=8C=87=E5=AF=BC?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E3=80=82=E5=90=8C=E6=97=B6=EF=BC=8C=E7=A7=BB=E9=99=A4=E7=94=BB?= =?UTF-8?q?=E5=B8=83=E6=9C=80=E5=A4=A7=E9=AB=98=E5=BA=A6=E9=99=90=E5=88=B6?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E5=8D=87=E7=94=BB=E5=B8=83=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 26 +++++++++++++++++++++-- src/components/PixelatedPreviewCanvas.tsx | 1 - 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b85fa4..0a5fc27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1172,8 +1172,30 @@ export default function Home() { {/* Color Palette (only in manual mode) */}
-

选择颜色或橡皮擦后,点击下方画布格子进行填充或擦除。

-

(推荐使用电脑进行上色操作)

+
+
+
+ + + + 选择颜色/橡皮擦,点击画布格子上色 +
+ | +
+ + + + 为避免误触,推荐使用电脑 +
+ | +
+ + + + Ctrl/Cmd+滚轮缩放 +
+
+
= ({ isManualColoringMode ? 'cursor-pointer' : 'cursor-crosshair' }`} style={{ - maxHeight: '60vh', imageRendering: 'pixelated', touchAction: 'none' // 防止触摸时页面滚动 }}