内部工作库存:`sources/legado/main/working.json`。
(base_dir: Path | str | None = None)
| 37 | |
| 38 | |
| 39 | def working_source_file(base_dir: Path | str | None = None) -> Path: |
| 40 | """内部工作库存:`sources/legado/main/working.json`。""" |
| 41 | return resolve_legado_dir(base_dir) / "main" / "working.json" |
| 42 | |
| 43 | |
| 44 | def compatibility_source_file(base_dir: Path | str | None = None) -> Path: |
no test coverage detected