From ba2293eb3097796f07f89844e70cb5c1da64cddd Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 15 May 2025 12:50:18 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=9B=B4=E5=A4=9A=E7=AC=AC=E4=B8=89=E6=96=B9=E6=8F=92?= =?UTF-8?q?=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 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index b650d7b8..c0a04b0b 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -221,7 +221,15 @@ class ConfigModel(BaseModel): "https://github.com/honue/MoviePilot-Plugins," "https://github.com/InfinityPacer/MoviePilot-Plugins," "https://github.com/DDS-Derek/MoviePilot-Plugins," - "https://github.com/madrays/MoviePilot-Plugins") + "https://github.com/madrays/MoviePilot-Plugins," + "https://github.com/justzerock/MoviePilot-Plugins," + "https://github.com/KoWming/MoviePilot-Plugins," + "https://github.com/wikrin/MoviePilot-Plugins," + "https://github.com/HankunYu/MoviePilot-Plugins," + "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") # 插件安装数据共享 PLUGIN_STATISTIC_SHARE: bool = True # 是否开启插件热加载