更新标题和页脚文本,将“像素画生成器”更改为“拼豆底稿生成器”以更准确地反映功能。

This commit is contained in:
Zylan
2025-04-25 01:39:41 +08:00
parent b033e2426c
commit f1056c8a10
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "像素画生成器 | Perler Beads Generator",
title: "拼豆底稿生成器 | Perler Beads Generator",
description: "上传图片,调整精细度,一键生成像素画图纸,简单实用的像素画生成工具",
};

View File

@@ -602,7 +602,7 @@ export default function Home() {
</main>
<footer className="w-full max-w-4xl mt-10 mb-6 py-4 text-center text-xs sm:text-sm text-gray-500 border-t border-gray-200">
<p> () &copy; {new Date().getFullYear()}</p>
<p>稿 &copy; {new Date().getFullYear()}</p>
{/* Optional: Add link to source code or your website */}
{/* <p className="mt-1"><a href="#" className="hover:underline">GitHub Repo</a></p> */}
</footer>