This commit is contained in:
riglen
2026-04-21 15:47:09 +08:00
parent 333b66c6bd
commit 05e0355e14
5 changed files with 1130 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class Settings(BaseSettings):
default_user_agent: str = "sub-provider/0.2"
sources_file: Path = CONFIG_DIR / "sources.yaml"
conf_base_file: Path = CONFIG_DIR / "conf" / "base.conf"
rules_dir: Path = CONFIG_DIR / "rules"
bundle_cache_dir: Path = ROOT_DIR / "output" / "bundle-cache"
fetch_cache_dir: Path = DATA_DIR / "fetch-cache"