From b73e65d2d0d5af630ca99870c189062620adc544 Mon Sep 17 00:00:00 2001 From: EvanWu <850123119@qq.com> Date: Fri, 8 Aug 2025 16:50:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=9B=9E=E9=80=80=20plugins.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/plugins.json b/public/plugins.json index d255759cb..c4d7ec46a 100644 --- a/public/plugins.json +++ b/public/plugins.json @@ -2,16 +2,16 @@ { "id": "dalle3", "name": "Dalle3", - "schema": "https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/dalle/openapi.json" + "schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/dalle/openapi.json" }, { "id": "arxivsearch", "name": "ArxivSearch", - "schema": "https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/arxivsearch/openapi.json" + "schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/arxivsearch/openapi.json" }, { "id": "duckduckgolite", "name": "DuckDuckGoLiteSearch", - "schema": "https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/duckduckgolite/openapi.json" + "schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/duckduckgolite/openapi.json" } ]