From cf1e775a3f334e782fe257967f35442d46ca7e27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=8A=9B=E6=96=8C?=
<35325608+wlibin@users.noreply.github.com>
Date: Tue, 6 Aug 2024 10:01:44 +0800
Subject: [PATCH 1/8] 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 d8def056e52..afac4d03c03 100644
--- a/app/components/sidebar.tsx
+++ b/app/components/sidebar.tsx
@@ -225,8 +225,8 @@ export function SideBar(props: { className?: string }) {
{...props}
>
}
>
From 57ab31a3ffc24af26c9f958677cca6d48263b75f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=8A=9B=E6=96=8C?=
<35325608+wlibin@users.noreply.github.com>
Date: Tue, 6 Aug 2024 11:17:17 +0800
Subject: [PATCH 2/8] Update cn.ts
---
app/locales/cn.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/locales/cn.ts b/app/locales/cn.ts
index 69ada8784a0..2ef1835adfd 100644
--- a/app/locales/cn.ts
+++ b/app/locales/cn.ts
@@ -8,7 +8,7 @@ const cn = {
Error: {
Unauthorized: isApp
? "检测到无效 API Key,请前往[设置](/#/settings)页检查 API Key 是否配置正确。"
- : "访问密码不正确或为空,请前往[登录](/#/auth)页输入正确的访问密码,或者在[设置](/#/settings)页填入你自己的 OpenAI API Key。",
+ : "访问密码不正确或为空,请点击[登录](/#/auth)输入正确的访问密码。",
},
Auth: {
Title: "需要密码",
From 4c0d56b5a271dea15ab4531dff78549855b0730f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=8A=9B=E6=96=8C?=
<35325608+wlibin@users.noreply.github.com>
Date: Thu, 19 Sep 2024 14:47:13 +0800
Subject: [PATCH 3/8] 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 d7a7e8c1b02..617cf691064 100644
--- a/app/components/sidebar.tsx
+++ b/app/components/sidebar.tsx
@@ -304,7 +304,7 @@ export function SideBar(props: { className?: string }) {
/>
-
+
>
}
secondaryAction={
From 813459fe97a377ff2ac3c0c0fca873c061ee4c9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=8A=9B=E6=96=8C?=
<35325608+wlibin@users.noreply.github.com>
Date: Thu, 19 Sep 2024 15:03:34 +0800
Subject: [PATCH 4/8] Update sidebar.tsx
---
app/components/sidebar.tsx | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx
index 617cf691064..08463c1b3cd 100644
--- a/app/components/sidebar.tsx
+++ b/app/components/sidebar.tsx
@@ -304,15 +304,6 @@ export function SideBar(props: { className?: string }) {
/>
-
>
}
secondaryAction={
From d7837db5013117fc054e2c2050b73991db571356 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=8A=9B=E6=96=8C?=
<35325608+wlibin@users.noreply.github.com>
Date: Fri, 20 Sep 2024 17:17:50 +0800
Subject: [PATCH 5/8] Update sidebar.tsx
---
app/components/sidebar.tsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx
index 28c15e40943..1da1a5a371e 100644
--- a/app/components/sidebar.tsx
+++ b/app/components/sidebar.tsx
@@ -224,11 +224,11 @@ export function SideBar(props: { className?: string }) {
{...props}
>
}
>
-
+
{showPluginSelector && (
Date: Fri, 20 Sep 2024 17:32:45 +0800
Subject: [PATCH 6/8] Update chat.tsx
---
app/components/chat.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/chat.tsx b/app/components/chat.tsx
index 3d519dee722..72f35c2ea8b 100644
--- a/app/components/chat.tsx
+++ b/app/components/chat.tsx
@@ -743,7 +743,7 @@ export function ChatActions(props: {
/>
)}
- {showPlugins(currentProviderName, currentModel) && (
+
{!isMobileScreen && (
Date: Fri, 20 Sep 2024 17:35:55 +0800
Subject: [PATCH 7/8] Update chat.tsx
---
app/components/chat.tsx | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/app/components/chat.tsx b/app/components/chat.tsx
index 72f35c2ea8b..f312f471e47 100644
--- a/app/components/chat.tsx
+++ b/app/components/chat.tsx
@@ -743,36 +743,6 @@ export function ChatActions(props: {
/>
)}
-
-
{!isMobileScreen && (
props.setShowShortcutKeyModal(true)}
From 4e0a37c4160b8a23dec940599485728b56a9dbb5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=8A=9B=E6=96=8C?=
<35325608+wlibin@users.noreply.github.com>
Date: Fri, 20 Sep 2024 17:46:19 +0800
Subject: [PATCH 8/8] Update exporter.tsx
---
app/components/exporter.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/exporter.tsx b/app/components/exporter.tsx
index aba8dc54466..8a18ff8a1a3 100644
--- a/app/components/exporter.tsx
+++ b/app/components/exporter.tsx
@@ -539,9 +539,9 @@ export function ImagePreviewer(props: {
-
NextChat
+
ChatGPT-4.0
- github.com/ChatGPTNextWeb/ChatGPT-Next-Web
+ 来这里问问ChatGPT你想知道的所有事!