added tutorial video
This commit is contained in:
parent
4cc441ca3b
commit
4f2b331173
BIN
public/tutor.gif
Normal file
BIN
public/tutor.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 MiB |
@ -463,6 +463,7 @@
|
|||||||
|
|
||||||
<div class="flex overflow-x-auto overflow-y-hidden text-[16px]">
|
<div class="flex overflow-x-auto overflow-y-hidden text-[16px]">
|
||||||
{#if rasp_data.length === 0 && data.saved.length === 0}
|
{#if rasp_data.length === 0 && data.saved.length === 0}
|
||||||
|
<div class="overflow-y-auto">
|
||||||
<p
|
<p
|
||||||
class="break-words h-auto
|
class="break-words h-auto
|
||||||
text-2xl text-[var(--w-text)] dark:text-[var(--b-text)]"
|
text-2xl text-[var(--w-text)] dark:text-[var(--b-text)]"
|
||||||
@ -474,6 +475,12 @@
|
|||||||
}}>настройках</button
|
}}>настройках</button
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
|
<img
|
||||||
|
src="/tutor.gif"
|
||||||
|
class="max-w-[400px] w-full mt-4 dark:border-[1px] border-[var(--b-border)]"
|
||||||
|
alt="turoiral gif"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
{#each rasp_data as day, i}
|
{#each rasp_data as day, i}
|
||||||
<div id={`${i}`} class="p-2 min-w-[300px]">
|
<div id={`${i}`} class="p-2 min-w-[300px]">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user