From 8f7c851ef59802d6896d80f925bcee4fcbd1b910 Mon Sep 17 00:00:00 2001
From: Beginnersbug <112037265+Beginnersbug@users.noreply.github.com>
Date: Tue, 15 Aug 2023 00:27:50 +0800
Subject: [PATCH 1/5] Update sidebar.tsx
update
---
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 b0b778fc5ab..c9cf38e84c8 100644
--- a/app/components/sidebar.tsx
+++ b/app/components/sidebar.tsx
@@ -118,10 +118,10 @@ export function SideBar(props: { className?: string }) {
>
- ChatGPT Next
+ 独特的ChatGPT
- Build your own AI assistant.
+ Please give full play to your unique imagination
From fe84cb50ab3e04e4687e377d57f310b09ab8b923 Mon Sep 17 00:00:00 2001
From: Beginnersbug <112037265+Beginnersbug@users.noreply.github.com>
Date: Tue, 15 Aug 2023 00:56:49 +0800
Subject: [PATCH 2/5] Update layout.tsx
update
---
app/layout.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/layout.tsx b/app/layout.tsx
index 5e0762653a8..d85343dc2d6 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -6,7 +6,7 @@ import { getClientConfig } from "./config/client";
import { type Metadata } from "next";
export const metadata: Metadata = {
- title: "ChatGPT Next Web",
+ title: "Unique ChatGPT",
description: "Your personal ChatGPT Chat Bot.",
viewport: {
width: "device-width",
From 81321a9642cce7860dbf3e908ad5e7526095a19c Mon Sep 17 00:00:00 2001
From: Beginnersbug <112037265+Beginnersbug@users.noreply.github.com>
Date: Wed, 27 Sep 2023 17:28:43 +0800
Subject: [PATCH 3/5] Update cn.ts
---
app/locales/cn.ts | 66 +++++++++++++++++++++++------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
diff --git a/app/locales/cn.ts b/app/locales/cn.ts
index b2afc753457..976f382cd79 100644
--- a/app/locales/cn.ts
+++ b/app/locales/cn.ts
@@ -178,42 +178,42 @@ const cn = {
Title: "自动生成标题",
SubTitle: "根据对话内容生成合适的标题",
},
- Sync: {
- CloudState: "云端数据",
- NotSyncYet: "还没有进行过同步",
- Success: "同步成功",
- Fail: "同步失败",
+ // Sync: {
+ // CloudState: "云端数据",
+ // NotSyncYet: "还没有进行过同步",
+ // Success: "同步成功",
+ // Fail: "同步失败",
- Config: {
- Modal: {
- Title: "配置云同步",
- Check: "检查可用性",
- },
- SyncType: {
- Title: "同步类型",
- SubTitle: "选择喜爱的同步服务器",
- },
- Proxy: {
- Title: "启用代理",
- SubTitle: "在浏览器中同步时,必须启用代理以避免跨域限制",
- },
- ProxyUrl: {
- Title: "代理地址",
- SubTitle: "仅适用于本项目自带的跨域代理",
- },
+ // Config: {
+ // Modal: {
+ // Title: "配置云同步",
+ // Check: "检查可用性",
+ // },
+ // SyncType: {
+ // Title: "同步类型",
+ // SubTitle: "选择喜爱的同步服务器",
+ // },
+ // Proxy: {
+ // Title: "启用代理",
+ // SubTitle: "在浏览器中同步时,必须启用代理以避免跨域限制",
+ // },
+ // ProxyUrl: {
+ // Title: "代理地址",
+ // SubTitle: "仅适用于本项目自带的跨域代理",
+ // },
- WebDav: {
- Endpoint: "WebDAV 地址",
- UserName: "用户名",
- Password: "密码",
- },
+ // WebDav: {
+ // Endpoint: "WebDAV 地址",
+ // UserName: "用户名",
+ // Password: "密码",
+ // },
- UpStash: {
- Endpoint: "UpStash Redis REST Url",
- UserName: "备份名称",
- Password: "UpStash Redis REST Token",
- },
- },
+ // UpStash: {
+ // Endpoint: "UpStash Redis REST Url",
+ // UserName: "备份名称",
+ // Password: "UpStash Redis REST Token",
+ // },
+ // },
LocalState: "本地数据",
Overview: (overview: any) => {
From 39fa863632aa97cfde765711ae89b8f6eae72b1a Mon Sep 17 00:00:00 2001
From: Beginnersbug <112037265+Beginnersbug@users.noreply.github.com>
Date: Wed, 27 Sep 2023 17:34:00 +0800
Subject: [PATCH 4/5] Update settings.tsx
---
app/components/settings.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/settings.tsx b/app/components/settings.tsx
index 8ed6b77383c..8f63215e513 100644
--- a/app/components/settings.tsx
+++ b/app/components/settings.tsx
@@ -541,9 +541,9 @@ function SyncItems() {
- {showSyncConfigModal && (
+{/* {showSyncConfigModal && (
setShowSyncConfigModal(false)} />
- )}
+ )} */}
>
);
}
From 0e871b5e821c1e33617101054c03afe32bdec269 Mon Sep 17 00:00:00 2001
From: Beginnersbug <112037265+Beginnersbug@users.noreply.github.com>
Date: Wed, 27 Sep 2023 17:34:35 +0800
Subject: [PATCH 5/5] Update cn.ts
---
app/locales/cn.ts | 66 +++++++++++++++++++++++------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
diff --git a/app/locales/cn.ts b/app/locales/cn.ts
index 976f382cd79..b2afc753457 100644
--- a/app/locales/cn.ts
+++ b/app/locales/cn.ts
@@ -178,42 +178,42 @@ const cn = {
Title: "自动生成标题",
SubTitle: "根据对话内容生成合适的标题",
},
- // Sync: {
- // CloudState: "云端数据",
- // NotSyncYet: "还没有进行过同步",
- // Success: "同步成功",
- // Fail: "同步失败",
+ Sync: {
+ CloudState: "云端数据",
+ NotSyncYet: "还没有进行过同步",
+ Success: "同步成功",
+ Fail: "同步失败",
- // Config: {
- // Modal: {
- // Title: "配置云同步",
- // Check: "检查可用性",
- // },
- // SyncType: {
- // Title: "同步类型",
- // SubTitle: "选择喜爱的同步服务器",
- // },
- // Proxy: {
- // Title: "启用代理",
- // SubTitle: "在浏览器中同步时,必须启用代理以避免跨域限制",
- // },
- // ProxyUrl: {
- // Title: "代理地址",
- // SubTitle: "仅适用于本项目自带的跨域代理",
- // },
+ Config: {
+ Modal: {
+ Title: "配置云同步",
+ Check: "检查可用性",
+ },
+ SyncType: {
+ Title: "同步类型",
+ SubTitle: "选择喜爱的同步服务器",
+ },
+ Proxy: {
+ Title: "启用代理",
+ SubTitle: "在浏览器中同步时,必须启用代理以避免跨域限制",
+ },
+ ProxyUrl: {
+ Title: "代理地址",
+ SubTitle: "仅适用于本项目自带的跨域代理",
+ },
- // WebDav: {
- // Endpoint: "WebDAV 地址",
- // UserName: "用户名",
- // Password: "密码",
- // },
+ WebDav: {
+ Endpoint: "WebDAV 地址",
+ UserName: "用户名",
+ Password: "密码",
+ },
- // UpStash: {
- // Endpoint: "UpStash Redis REST Url",
- // UserName: "备份名称",
- // Password: "UpStash Redis REST Token",
- // },
- // },
+ UpStash: {
+ Endpoint: "UpStash Redis REST Url",
+ UserName: "备份名称",
+ Password: "UpStash Redis REST Token",
+ },
+ },
LocalState: "本地数据",
Overview: (overview: any) => {