From 812c1c770c918a6825cdb29c4572c487b1038cee Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 18 Feb 2025 22:13:56 +0800 Subject: [PATCH] =?UTF-8?q?plugin=20schema=20=E5=9C=B0=E5=9D=80=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E8=87=B3=20jsdelivr=20CDN?= 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 c4d7ec46a..c4329cd5b 100644 --- a/public/plugins.json +++ b/public/plugins.json @@ -2,16 +2,16 @@ { "id": "dalle3", "name": "Dalle3", - "schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/dalle/openapi.json" + "schema": "https://cdn.jsdelivr.net/gh/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" + "schema": "https://cdn.jsdelivr.net/gh/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" + "schema": "https://cdn.jsdelivr.net/gh/ChatGPTNextWeb/NextChat-Awesome-Plugins@main/plugins/duckduckgolite/openapi.json" } ]