From 79a4bd422c853675abb941a364f12bfe9ee66334 Mon Sep 17 00:00:00 2001 From: mracat <38930499+mracat@users.noreply.github.com> Date: Mon, 10 Apr 2023 13:14:53 +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 49a6d644d..00aa11d28 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -17,10 +17,10 @@ try { } export const metadata = { - title: "ChatGPT Next Web", - description: "Your personal ChatGPT Chat Bot.", + title: "ChatGPT", + description: "您的个人聊天GPT聊天机器人。", appleWebApp: { - title: "ChatGPT Next Web", + title: "ChatGPT", statusBarStyle: "default", }, themeColor: "#fafafa",