diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 409af64d3b9..38e5779e25a 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -551,9 +551,9 @@ function SyncItems() { - {showSyncConfigModal && ( +{/* {showSyncConfigModal && ( setShowSyncConfigModal(false)} /> - )} + )} */} ); } diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 69b2e71f871..10e43022d46 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -155,10 +155,10 @@ export function SideBar(props: { className?: string }) { >
- NextChat + 独特的ChatGPT
- Build your own AI assistant. + Please give full play to your unique imagination
diff --git a/app/layout.tsx b/app/layout.tsx index 2c89ba4944e..c61d97d359c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,7 +10,8 @@ import { GoogleTagManager } from "@next/third-parties/google"; const serverConfig = getServerSideConfig(); export const metadata: Metadata = { - title: "NextChat", + title: "Unique ChatGPT", + description: "Your personal ChatGPT Chat Bot.", viewport: { width: "device-width",