From f1885077dd91fb141cc7e6a3ccc3a5e27a3655d3 Mon Sep 17 00:00:00 2001
From: pcfengzi <626274511@qq.com>
Date: Sat, 25 Mar 2023 01:38:51 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/components/home.tsx | 4 ++--
app/constant.ts | 6 +++---
app/locales/cn.ts | 16 ++++++++--------
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/app/components/home.tsx b/app/components/home.tsx
index 1c665f872..486754d4e 100644
--- a/app/components/home.tsx
+++ b/app/components/home.tsx
@@ -457,9 +457,9 @@ export function Home() {
className={styles.sidebar + ` ${showSideBar && styles["sidebar-show"]}`}
>
-
ChatGPT Next
+
青岛汇微云计算有限公司
- Build your own AI assistant.
+ 专业的软件开发团队.
diff --git a/app/constant.ts b/app/constant.ts
index 818ef1fbe..cc7f864b9 100644
--- a/app/constant.ts
+++ b/app/constant.ts
@@ -1,5 +1,5 @@
-export const OWNER = "Yidadaa";
-export const REPO = "ChatGPT-Next-Web";
-export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
+export const OWNER = "青岛汇微云计算有限公司";
+export const REPO = "ChatGPT";
+export const REPO_URL = `https://www.huiweicloud.com`;
export const UPDATE_URL = `${REPO_URL}#%E4%BF%9D%E6%8C%81%E6%9B%B4%E6%96%B0-keep-updated`;
export const FETCH_COMMIT_URL = `https://api.github.com/repos/${OWNER}/${REPO}/commits?per_page=1`;
diff --git a/app/locales/cn.ts b/app/locales/cn.ts
index a6ff45562..189ed9d8f 100644
--- a/app/locales/cn.ts
+++ b/app/locales/cn.ts
@@ -46,14 +46,14 @@ const cn = {
},
},
Avatar: "头像",
- Update: {
- Version: (x: string) => `当前版本:${x}`,
- IsLatest: "已是最新版本",
- CheckUpdate: "检查更新",
- IsChecking: "正在检查更新...",
- FoundUpdate: (x: string) => `发现新版本:${x}`,
- GoToUpdate: "前往更新",
- },
+ // Update: {
+ // Version: (x: string) => `当前版本:${x}`,
+ // IsLatest: "已是最新版本",
+ // CheckUpdate: "检查更新",
+ // IsChecking: "正在检查更新...",
+ // FoundUpdate: (x: string) => `发现新版本:${x}`,
+ // GoToUpdate: "前往更新",
+ // },
SendKey: "发送键",
Theme: "主题",
TightBorder: "紧凑边框",