From 03c705ec35482c39f6d7fb7a18844045fd71350f Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 20 Aug 2020 11:52:28 +0800 Subject: [PATCH] change plugins marketplace source --- config/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins.php b/config/plugins.php index be326b24..c4841144 100644 --- a/config/plugins.php +++ b/config/plugins.php @@ -33,7 +33,7 @@ return [ */ 'registry' => env( 'PLUGINS_REGISTRY', - 'https://cdn.jsdelivr.net/gh/bs-community/plugins-dist@latest/registry_{lang}.json' + 'https://gplane.coding.net/p/blessing-skin-plugins-dist/d/blessing-skin-plugins-dist/git/raw/master/registry_{lang}.json' ), /*