From 026c2f01e549bc4cf36cc7f8cda386854b411203 Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期二, 08 四月 2025 13:01:24 +0800
Subject: [PATCH] 主页优化

---
 src/app/layout.tsx |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index fe500bc..8f6d69d 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -7,11 +7,12 @@
 const inter = Inter({ subsets: ["latin"] });
 
 export const metadata: Metadata = {
-  title: "甯峰箘鍚涙垚 - 鏁板瓧鍛樺伐骞冲彴",
-  description: "鏅鸿兘鐗╂祦瑙e喅鏂规",
+  title: "甯峰箘鍚涙垚 - AI鍦烘櫙妯℃嫙骞冲彴",
+  description: "鏅鸿兘鍖栦緵搴旈摼绠$悊锛孉I妯℃嫙APS鍦烘櫙鐨勯鑸��",
   icons: {
-    icon: '/logo.svg',
-    apple: '/logo.svg',
+    icon: '/images/favicon.ico',
+    shortcut: '/images/favicon.ico',
+    apple: '/images/favicon.ico',
   },
 };
 

--
Gitblit v1.9.3