From bcbfe2ccd5d39b177f3038f54e47a6af88359fec Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 14 May 2025 15:10:27 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=A2=9E=E5=8A=A0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=8F=92=E4=BB=B6=E4=BB=93=E5=BA=93?= 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 5a649b9f..159d2260 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -217,7 +217,8 @@ class ConfigModel(BaseModel): "https://github.com/thsrite/MoviePilot-Plugins," "https://github.com/honue/MoviePilot-Plugins," "https://github.com/InfinityPacer/MoviePilot-Plugins," - "https://github.com/DDS-Derek/MoviePilot-Plugins") + "https://github.com/DDS-Derek/MoviePilot-Plugins," + "https://github.com/madrays/MoviePilot-Plugins") # 插件安装数据共享 PLUGIN_STATISTIC_SHARE: bool = True # 是否开启插件热加载