From 5d904ce4e3159c5a403b260698f32c3429785df0 Mon Sep 17 00:00:00 2001 From: Okysu Date: Fri, 28 Apr 2023 08:11:51 +0800 Subject: [PATCH] Personalized --- app/components/sidebar.tsx | 2 +- app/constant.ts | 2 +- app/layout.tsx | 4 ++-- public/site.webmanifest | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 47a311725..694c4543c 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -96,7 +96,7 @@ export function SideBar(props: { className?: string }) { }`} >
-
ChatGPT Next
+
ChatGPT
Build your own AI assistant.
diff --git a/app/constant.ts b/app/constant.ts index e0ec03d06..bed21f318 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,4 +1,4 @@ -export const OWNER = "Yidadaa"; +export const OWNER = "Okysu"; export const REPO = "ChatGPT-Next-Web"; export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`; diff --git a/app/layout.tsx b/app/layout.tsx index 38748ef37..0a4ae669d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,10 +7,10 @@ import { getBuildConfig } from "./config/build"; const buildConfig = getBuildConfig(); export const metadata = { - title: "ChatGPT Next Web", + title: "ChatGPT - 小于同学的个人API站点", description: "Your personal ChatGPT Chat Bot.", appleWebApp: { - title: "ChatGPT Next Web", + title: "ChatGPT - 小于同学的个人API站点", statusBarStyle: "default", }, themeColor: "#fafafa", diff --git a/public/site.webmanifest b/public/site.webmanifest index 117f33b86..ee6214787 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,5 +1,5 @@ { - "name": "ChatGPT Next Web", + "name": "ChatGPT - 小于同学的个人API站点", "short_name": "ChatGPT", "icons": [ {