This commit is contained in:
caiwx86 2025-02-04 02:01:10 +08:00
parent 84c71011f9
commit fd0e730111

View File

@ -8,7 +8,7 @@ BASE_DIR = ""
BASE_IMAGES_DIR = Path(BASE_DIR,"output")
CACHE_DIR = Path(BASE_DIR, ".cache")
CACHE_IMAGE_DIR = CACHE_DIR / "images"
CBZ_DIR = Path("CBZ")
CBZ_DIR = Path(BASE_DIR, "CBZ")
OLD_CBZ_DIR = Path(BASE_DIR, "OldCBZ")
# DEFAULT_SAVE_DIR = Path("output")
CONCURRENT_DOWNLOADS = 10