From c5f6d0e721a162eb8f50c68df7c5b3736d1a625b Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 23 May 2025 21:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index c0a04b0b..920ed761 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -229,7 +229,8 @@ class ConfigModel(BaseModel): "https://github.com/baozaodetudou/MoviePilot-Plugins," "https://github.com/Aqr-K/MoviePilot-Plugins," "https://github.com/hotlcc/MoviePilot-Plugins-Third," - "https://github.com/gxterry/MoviePilot-Plugins") + "https://github.com/gxterry/MoviePilot-Plugins," + "https://github.com/DzAvril/MoviePilot-Plugins") # 插件安装数据共享 PLUGIN_STATISTIC_SHARE: bool = True # 是否开启插件热加载