поправил фотографии
Gitea Actions Demo / build_and_push (push) Successful in 49s Details

This commit is contained in:
artem 2026-09-17 21:20:40 +03:00
parent 1b383d1c6a
commit eb6b8f4e48
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
<li v-if="item.distantion">
<span>Расстояние:</span> {{ distConvert(item.distantion) }} км
</li>
<li v-if="item.photos && item.photos.length > 0">
<span>Фото:</span> {{ item.photos.length }}
</li>
<li v-if="item.duraion_sec">
<span>Продолжительность:</span>
{{ secondsToDuration(item.duraion_sec) }}