refa: move relic config to map folder
Some checks failed
Fetch Wiki / Fetch-Wiki (push) Failing after 5m27s

This commit is contained in:
xtaodada 2024-12-19 18:11:03 +08:00
parent c9394179c2
commit fbdad1c26e
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -94,5 +94,6 @@ async def fetch_relic_config():
await fetch_all_relic()
await fetch_main_affix()
await fetch_sub_affix()
data_path = Path("data")
data_path = Path("data") / "mihomo_map"
data_path.mkdir(exist_ok=True, parents=True)
await dump_relic_config(data_path / "relic_config.json")