兼容文件:`sources/legado/full.json`。
(base_dir: Path | str | None = None)
| 42 | |
| 43 | |
| 44 | def compatibility_source_file(base_dir: Path | str | None = None) -> Path: |
| 45 | """兼容文件:`sources/legado/full.json`。""" |
| 46 | return resolve_legado_dir(base_dir) / "full.json" |
| 47 | |
| 48 | |
| 49 | def metadata_file(base_dir: Path | str | None = None) -> Path: |
no test coverage detected