add helper

This commit is contained in:
jxxghp
2023-11-01 15:25:30 +08:00
parent 8c81e6ae02
commit a36332581a
3 changed files with 77 additions and 0 deletions

View File

@ -212,6 +212,10 @@ class Settings(BaseSettings):
OVERWRITE_MODE: str = "size"
# 大内存模式
BIG_MEMORY_MODE: bool = False
# 插件市场地址
PLUGIN_MARKET: str = "https://movie-pilot.org/pluginmarket"
# 资源包更新地址
RESOURCE_HOST: str = "https://movie-pilot.org/resources"
@property
def INNER_CONFIG_PATH(self):