feat: 增加转移覆盖模式配置

This commit is contained in:
Shurelol
2023-10-26 15:24:39 +08:00
parent 6415fd9286
commit 9a810f440d
3 changed files with 18 additions and 3 deletions

View File

@ -204,6 +204,8 @@ class Settings(BaseSettings):
"/Season {{season}}" \
"/{{title}} - {{season_episode}}{% if part %}-{{part}}{% endif %}{% if episode %} - 第 {{episode}} 集{% endif %}" \
"{{fileExt}}"
# 转移时覆盖模式
OVERWRITE_MODE: str = "nerver"
# 大内存模式
BIG_MEMORY_MODE: bool = False