From 73cdd11697858fe059b598d4b8dfb5c75d68575a Mon Sep 17 00:00:00 2001 From: gao1211287347 <94899718+gao1211287347@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:13:55 +0800 Subject: [PATCH 1/5] Update layout.tsx --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 5898b21a1fa..ab788acd3e4 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -22,7 +22,7 @@ export const metadata: Metadata = { { media: "(prefers-color-scheme: dark)", color: "#151515" }, ], appleWebApp: { - title: "NextChat", + title: "傲绝-GPT", statusBarStyle: "default", }, }; From c268bd89b412de43e844f5cf8bd8472f225c8428 Mon Sep 17 00:00:00 2001 From: gao1211287347 <94899718+gao1211287347@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:18:55 +0800 Subject: [PATCH 2/5] Update sidebar.tsx --- app/components/sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. + 爱用用,不用滚
From c798be217af54392db24b1bb7499601cca2158e1 Mon Sep 17 00:00:00 2001 From: gao1211287347 <94899718+gao1211287347@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:20:17 +0800 Subject: [PATCH 3/5] Update globals.scss --- app/styles/globals.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/globals.scss b/app/styles/globals.scss index 20792cda526..87101495fbf 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 { From c18620acee2388ed7bd9d44e5eff1fc9b8c52136 Mon Sep 17 00:00:00 2001 From: gao1211287347 <94899718+gao1211287347@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:24:58 +0800 Subject: [PATCH 4/5] Update constant.ts --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 411e481508d..6d9656146fa 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`; From a11fad364458aa01221ea9f13498ffa00156c3ff Mon Sep 17 00:00:00 2001 From: gao1211287347 <94899718+gao1211287347@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:37:21 +0800 Subject: [PATCH 5/5] Add files via upload --- app/icons/github.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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