From 1985ce6ff8bc4e588abb251e77ad67b61a912c71 Mon Sep 17 00:00:00 2001 From: Zephyr Lykos Date: Wed, 25 Jun 2025 22:57:43 +0800 Subject: [PATCH] config: switch default registry --- config/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins.php b/config/plugins.php index 30f83769..f30b8ee9 100644 --- a/config/plugins.php +++ b/config/plugins.php @@ -33,7 +33,7 @@ return [ */ 'registry' => env( 'PLUGINS_REGISTRY', - 'https://d2jw1l0ullrzt6.cloudfront.net/registry_{lang}.json' + 'https://bs-plugins.littleservice.cn/registry_{lang}.json' ), /*