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": [
{