From f1056c8a10e0cdba249ad5c23d81c4b383310b48 Mon Sep 17 00:00:00 2001 From: Zylan Date: Fri, 25 Apr 2025 01:39:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=87=E9=A2=98=E5=92=8C?= =?UTF-8?q?=E9=A1=B5=E8=84=9A=E6=96=87=E6=9C=AC=EF=BC=8C=E5=B0=86=E2=80=9C?= =?UTF-8?q?=E5=83=8F=E7=B4=A0=E7=94=BB=E7=94=9F=E6=88=90=E5=99=A8=E2=80=9D?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=BA=E2=80=9C=E6=8B=BC=E8=B1=86=E5=BA=95?= =?UTF-8?q?=E7=A8=BF=E7=94=9F=E6=88=90=E5=99=A8=E2=80=9D=E4=BB=A5=E6=9B=B4?= =?UTF-8?q?=E5=87=86=E7=A1=AE=E5=9C=B0=E5=8F=8D=E6=98=A0=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 2 +- src/app/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 829a14f..112aebd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,7 +13,7 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "像素画生成器 | Perler Beads Generator", + title: "拼豆底稿生成器 | Perler Beads Generator", description: "上传图片,调整精细度,一键生成像素画图纸,简单实用的像素画生成工具", }; diff --git a/src/app/page.tsx b/src/app/page.tsx index ca12701..a7885f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -602,7 +602,7 @@ export default function Home() {