feat: add optional cover generation toggle

This commit is contained in:
chengma
2026-07-02 15:17:11 +08:00
parent f9c6dd3331
commit 21cd02c167
13 changed files with 348 additions and 48 deletions
+1
View File
@@ -28,6 +28,7 @@ DEFAULT_CONFIG = {
"ai": {
"default_text_model": "GPT-5.5 文本",
"default_image_model": "Nano Banana 2",
"generate_cover": False,
"title_concurrency": 4,
"image_concurrency": 4,
"retry": 2,