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 {