feat: 支持按作者归档保存作品文件

BREAKING CHANGE: 新增配置文件参数:account_archive

Closes #226
Closes #229
This commit is contained in:
2025-03-12 22:01:01 +08:00
parent ea63059dbf
commit c2fa98bb51
9 changed files with 84 additions and 36 deletions

View File

@@ -27,6 +27,7 @@ class Settings:
"live_download": False,
"folder_mode": False,
"download_record": True,
"account_archive": False,
"language": "zh_CN",
}
encode = "UTF-8-SIG" if system() == "Windows" else "UTF-8"