feat 资源包自动更新

This commit is contained in:
jxxghp
2023-11-16 20:57:41 +08:00
parent 9344b2a324
commit 47ddfec30e
6 changed files with 116 additions and 4 deletions

View File

@ -214,6 +214,8 @@ class Settings(BaseSettings):
PLUGIN_MARKET: str = "https://raw.githubusercontent.com/jxxghp/MoviePilot-Plugins/main/"
# Github token提高请求api限流阈值 ghp_****
GITHUB_TOKEN: str = None
# 自动检查和更新站点资源包(站点索引、认证等)
AUTO_UPDATE_RESOURCE: bool = True
@property
def INNER_CONFIG_PATH(self):