From f0a7a4ee83ecc8150ad305a756e6cf23bdc982c3 Mon Sep 17 00:00:00 2001 From: hongjli <3117313295@qq.com> Date: 星期五, 28 三月 2025 09:12:13 +0800 Subject: [PATCH] 官网名称修改 --- src/app/layout.tsx | 4 ++-- src/components/layout/Navbar.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fc4aeae..8851288 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,7 @@ const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "甯峰箘鍚涜嚕 - 鏁板瓧鍛樺伐骞冲彴", + title: "甯峰箘鍚涙垚 - 鏁板瓧鍛樺伐骞冲彴", description: "鏅鸿兘鐗╂祦瑙e喅鏂规", }; @@ -51,7 +51,7 @@ </div> </div> <div className="mt-8 pt-8 border-t border-gray-700 text-center"> - <p>漏 2024 甯峰箘鍚涜嚕. All rights reserved.</p> + <p>漏 2024 甯峰箘鍚涙垚. All rights reserved.</p> </div> </div> </footer> diff --git a/src/components/layout/Navbar.tsx b/src/components/layout/Navbar.tsx index af909ab..db6347c 100644 --- a/src/components/layout/Navbar.tsx +++ b/src/components/layout/Navbar.tsx @@ -17,7 +17,7 @@ <div className="w-8 h-8 bg-[#e1c7f1] rounded-lg flex items-center justify-center"> <span className="text-[#2F3C7E] text-sm font-bold">甯�</span> </div> - <span className="ml-2 text-xl font-bold">甯峰箘鍚涜嚕</span> + <span className="ml-2 text-xl font-bold">甯峰箘鍚涙垚</span> </Link> </div> -- Gitblit v1.9.3