Skip to content

Commit 49a080e

Browse files
author
yanglei
committed
fix: correct the URL in plugin store address
1 parent 0c3d446 commit 49a080e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/plugins.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
{
33
"id": "dalle3",
44
"name": "Dalle3",
5-
"schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/dalle/openapi.json"
5+
"schema": "https://ghgo.xyz/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/dalle/openapi.json"
66
},
77
{
88
"id": "arxivsearch",
99
"name": "ArxivSearch",
10-
"schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/arxivsearch/openapi.json"
10+
"schema": "https://ghgo.xyz/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/arxivsearch/openapi.json"
1111
},
1212
{
1313
"id": "duckduckgolite",
1414
"name": "DuckDuckGoLiteSearch",
15-
"schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/duckduckgolite/openapi.json"
15+
"schema": "https://ghgo.xyz/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/duckduckgolite/openapi.json"
1616
}
17-
]
17+
]

0 commit comments

Comments
 (0)