diff --git a/app/layout.tsx b/app/layout.tsx index 7d14cb88d..ff9c1b333 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: "舟joeWeb Chat", + description: "你的私人聊天机器人。", appleWebApp: { - title: "NextChat", + title: "舟joeWeb Chat", statusBarStyle: "default", }, };