From 23b81ad6f1d3169fed8a4460bd06f5c14dd3331a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 24 Jan 2026 19:24:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(config)=EF=BC=9A=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=8F=92=E4=BB=B6=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/core/config.py b/app/core/config.py index 5636534a..03769a46 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -337,7 +337,7 @@ 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/DDSRem-Dev/MoviePilot-Plugins," "https://github.com/madrays/MoviePilot-Plugins," "https://github.com/justzerock/MoviePilot-Plugins," "https://github.com/KoWming/MoviePilot-Plugins," @@ -347,7 +347,12 @@ class ConfigModel(BaseModel): "https://github.com/Aqr-K/MoviePilot-Plugins," "https://github.com/hotlcc/MoviePilot-Plugins-Third," "https://github.com/gxterry/MoviePilot-Plugins," - "https://github.com/DzAvril/MoviePilot-Plugins") + "https://github.com/DzAvril/MoviePilot-Plugins," + "https://github.com/mrtian2016/MoviePilot-Plugins," + "https://github.com/Hqyel/MoviePilot-Plugins-Third," + "https://github.com/xijin285/MoviePilot-Plugins," + "https://github.com/Seed680/MoviePilot-Plugins," + "https://github.com/imaliang/MoviePilot-Plugins") # 插件安装数据共享 PLUGIN_STATISTIC_SHARE: bool = True # 是否开启插件热加载