fix
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 3m32s

This commit is contained in:
2025-06-25 11:55:42 +04:00
parent 1b211c3148
commit 925947ddd5
7 changed files with 58 additions and 38 deletions

View File

@ -86,19 +86,24 @@
</div>
<!--навигация по книге-->
<div class="mt-28 pt-2">
<div class="mt-28">
<ul class="flex flex-row mr-32 items-baseline justify-between lg:whitespace-nowrap">
<li class="flex flex-row h-24 w-[105px] items-center">
<li class="flex flex-row items-center">
<NuxtLink
:to="`/books/${route.params.slug}/chapters/${route.params.slug}/`"
class="flex flex-col gap-8 items-center cursor-pointer"
>
<img src="/img/svg/books/read.svg" alt="Читай отрывок" width="62" height="53" />
<img
src="/img/svg/books/bi_book.svg"
alt="Читай отрывок"
width="62"
height="53"
/>
<UiParagraph size="250" as="span"> Читай отрывок </UiParagraph>
</NuxtLink>
</li>
<li class="flex flex-row items-center h-24 w-[105px]">
<li class="flex flex-row items-center">
<NuxtLink to="#" class="flex flex-col items-center gap-8 cursor-pointer">
<img
src="/img/svg/books/download.svg"
@ -110,7 +115,7 @@
<UiParagraph size="250" as="span"> Скачай отрывок </UiParagraph>
</NuxtLink>
</li>
<li class="flex flex-row items-center h-24 w-[105px]">
<li class="flex flex-row items-center">
<NuxtLink
:to="`/books/${route.params.slug}/${book.hrefTitles}`"
class="flex flex-col items-center gap-8 cursor-pointer"

View File

@ -42,7 +42,7 @@
<!-- Items list -->
<ul v-if="subsection.items" class="ml-6 flex flex-col gap-2 list-decimal">
<li v-for="(item, itemIndex) in subsection.items" :key="itemIndex">
<UiParagraph size="300" class="[&]:text-gray-200 [&]:font-normal"
<UiParagraph size="300" class="[&]:text-[#CDCDCD] [&]:font-normal"
>&nbsp;{{ item }}</UiParagraph
>
</li>

View File

@ -165,17 +165,17 @@
"img": "/img/svg/books/1/titles-1/si_error-line.svg"
},
"items": [
"Косак 1",
"Косак 2",
"Полукосак 3",
"Косак 4",
"МетаКосак 5 опасный",
"МетаКосак 6 опасный",
"Косак 7",
"МетаКосак 8 крайне опасно",
"МетаКосак 9 опасно",
"Косак 10",
"Косак 11"
"Косяк 1",
"Косяк 2",
"Полукосяк 3",
"Косяк 4",
"МегаКосяк 5 опасный",
"МегаКосяк 6 опасный",
"Косяк 7",
"МегаКосяк 8 крайне опасно",
"МегаКосяк 9 опасно",
"Косяк 10",
"Косяк 11"
]
},
{