diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 69b2e71f871..6850d77a21c 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -155,10 +155,10 @@ export function SideBar(props: { className?: string }) { >
- NextChat + 傲绝-GPT
- Build your own AI assistant. + 爱用用,不用滚
diff --git a/app/constant.ts b/app/constant.ts index 2f4acb10439..9f8b7f982b5 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,6 +1,6 @@ export const OWNER = "Yidadaa"; export const REPO = "ChatGPT-Next-Web"; -export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; +export const REPO_URL = `https://www.qqij.cn`; export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`; export const UPDATE_URL = `${REPO_URL}#keep-updated`; export const RELEASE_URL = `${REPO_URL}/releases`; diff --git a/app/icons/github.svg b/app/icons/github.svg index f24e2e71e8c..322f774c217 100644 --- a/app/icons/github.svg +++ b/app/icons/github.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index 637b4556b62..599c0b0a268 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,7 +13,7 @@ export const metadata: Metadata = { title: "NextChat", description: "Your personal ChatGPT Chat Bot.", appleWebApp: { - title: "NextChat", + title: "傲绝-GPT", statusBarStyle: "default", }, }; diff --git a/app/styles/globals.scss b/app/styles/globals.scss index 3c59f2d44f7..a0e947ca611 100644 --- a/app/styles/globals.scss +++ b/app/styles/globals.scss @@ -8,8 +8,8 @@ --white: white; --black: rgb(48, 48, 48); --gray: rgb(250, 250, 250); - --primary: rgb(29, 147, 171); - --second: rgb(231, 248, 255); + --primary: rgb(0.0.0); + --second: white; --hover-color: #f3f3f3; --bar-color: rgba(0, 0, 0, 0.1); --theme-color: var(--gray); @@ -19,7 +19,7 @@ --card-shadow: 0px 2px 4px 0px rgb(0, 0, 0, 0.05); /* stroke */ - --border-in-light: 1px solid rgb(222, 222, 222); + --border-in-light: 1px solid rgb(222, 222, 222); } @mixin dark {