This commit is contained in:
2023-05-21 20:19:43 +08:00
parent 1dd7c21bb6
commit 022c98dec7
8 changed files with 227 additions and 6 deletions

View File

@@ -10,5 +10,8 @@
// Fetch page data from Multi-Page Viewer
"mpv": false,
// The folder that to store database.
"db_path": "./downloads"
"db_path": "./downloads",
"max_retry_count": 3,
"max_download_img_count": 3,
"download_original_img": true
}