From 7ad1f59ae13415c8c7c76bfdfc7fc395065e87c7 Mon Sep 17 00:00:00 2001 From: iqudoo Date: Fri, 12 Jun 2026 19:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=96=87=E5=AD=97=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 10 +- src/components/ExportSidebar.tsx | 13 +- src/components/LabelDesigner.tsx | 2 + src/components/PreviewGrid.tsx | 5 +- src/components/PropSidebar.tsx | 52 ++++++- src/labelRenderer.ts | 233 +++++++++++++++++++++++-------- src/types.ts | 4 + 7 files changed, 247 insertions(+), 72 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6ddcb8f..3bff025 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -649,7 +649,7 @@ export default function App() { className="inline-flex items-center gap-1.5 px-4 py-2 bg-indigo-600 text-white rounded-xl text-xs font-semibold whitespace-nowrap transition hover:bg-indigo-700 shadow-sm cursor-pointer" > - 新建空白模板 + 新建模板