This commit is contained in:
2023-05-21 13:58:13 +08:00
parent 96b62e94cc
commit 1dd7c21bb6
7 changed files with 23 additions and 8 deletions

View File

@@ -8,5 +8,7 @@
// Maximum task count
"max_task_count": 1,
// Fetch page data from Multi-Page Viewer
"mpv": false
"mpv": false,
// The folder that to store database.
"db_path": "./downloads"
}