From 154abe1582ab117f6051fe20acb4de63dc7990b0 Mon Sep 17 00:00:00 2001 From: Codeliu Date: Sun, 17 Nov 2024 08:03:30 +0800 Subject: [PATCH] Update layout.tsx --- app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 7d14cb88d..b547b8cfe 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,10 +10,10 @@ import { GoogleTagManager, GoogleAnalytics } from "@next/third-parties/google"; const serverConfig = getServerSideConfig(); export const metadata: Metadata = { - title: "NextChat", - description: "Your personal ChatGPT Chat Bot.", + title: "代码龙少儿编程AI助手", + description: "无限成长", appleWebApp: { - title: "NextChat", + title: "代码龙编程 AI助手", statusBarStyle: "default", }, };