diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 3d519dee722..f312f471e47 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -743,36 +743,6 @@ export function ChatActions(props: { /> )} - {showPlugins(currentProviderName, currentModel) && ( - { - if (pluginStore.getAll().length == 0) { - navigate(Path.Plugins); - } else { - setShowPluginSelector(true); - } - }} - text={Locale.Plugin.Name} - icon={} - /> - )} - {showPluginSelector && ( - ({ - title: `${item?.title}@${item?.version}`, - value: item?.id, - }))} - onClose={() => setShowPluginSelector(false)} - onSelection={(s) => { - chatStore.updateCurrentSession((session) => { - session.mask.plugin = s as string[]; - }); - }} - /> - )} - {!isMobileScreen && ( props.setShowShortcutKeyModal(true)} 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你想知道的所有事!
diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 493b1103beb..1da1a5a371e 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -224,11 +224,11 @@ export function SideBar(props: { className?: string }) { {...props} > } > -
+ {showPluginSelector && (
- } secondaryAction={ diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 0017e8e4243..d0cb647c849 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: "需要密码",