chaged cache dir

This commit is contained in:
caiwx86 2025-02-04 01:38:20 +08:00
parent d909d67e40
commit 223b11e09e

View File

@ -6,7 +6,7 @@ from fake_useragent import UserAgent
BASE_DIR = ""
# BASE_DIR = Path("/mnt/Comics")
BASE_IMAGES_DIR = Path(BASE_DIR,"output")
CACHE_DIR = Path(".cache")
CACHE_DIR = Path(BASE_DIR, ".cache")
CACHE_IMAGE_DIR = CACHE_DIR / "images"
CBZ_DIR = Path("CBZ")
OLD_CBZ_DIR = Path(BASE_DIR, "OldCBZ")