feat: parse RF4DB waterbody catalog
CI / backend-and-migrations (push) Canceled after 0s
CI / astro-build (push) Canceled after 0s
CI / dependency-audit (push) Canceled after 0s
CI / compose-e2e (push) Canceled after 0s

This commit is contained in:
ik
2026-09-15 17:19:15 +07:00
parent 75820125aa
commit 4c75db1f74
4 changed files with 107 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="ru">
<body>
<article class="map-card">
<img src="https://oss.rf4db.com/game/maps/level_001_mosquito.webp" alt="оз. Комариное">
<h3><a href="/ru/maps/level_001_mosquito">оз. Комариное</a></h3>
<dl><dt>Уровень</dt><dd>Lv.1</dd><dt>Рыбы</dt><dd>20</dd></dl>
</article>
<article class="map-card">
<img data-src="/game/maps/level_000_cottage.webp" alt="Дачный пруд">
<h3><a href="/ru/maps/level_000_cottage">Дачный пруд</a></h3>
<dl><dt>Уровень</dt><dd>Старт</dd><dt>Рыбы</dt><dd>7</dd></dl>
</article>
</body>
</html>