From 0104c080686c62630ece519b39a4a2a71718eff0 Mon Sep 17 00:00:00 2001 From: mhaibaraai Date: Sun, 10 Nov 2024 04:35:47 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9B=B4=E6=96=B0BotHello=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E4=B8=BA=E2=80=9Cstart=20=F0=9F=8F=84=E2=80=9D?= =?UTF-8?q?=E5=B9=B6=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=B8=AA=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E6=9D=A1=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/locales/cn.ts | 2 +- public/plugins.json | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 9712593c6..256b16186 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -565,7 +565,7 @@ const cn = { }, Store: { DefaultTopic: "新的聊天", - BotHello: "有什么可以帮你的吗", + BotHello: "start 🏄", Error: "出错了,稍后重试吧", Prompt: { History: (content: string) => "这是历史聊天总结作为前情提要:" + content, diff --git a/public/plugins.json b/public/plugins.json index c4d7ec46a..8e787b00d 100644 --- a/public/plugins.json +++ b/public/plugins.json @@ -3,15 +3,5 @@ "id": "dalle3", "name": "Dalle3", "schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/dalle/openapi.json" - }, - { - "id": "arxivsearch", - "name": "ArxivSearch", - "schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/arxivsearch/openapi.json" - }, - { - "id": "duckduckgolite", - "name": "DuckDuckGoLiteSearch", - "schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/duckduckgolite/openapi.json" } ]