mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Rebuild /docs
This commit is contained in:
parent
809759c4eb
commit
4d6b9106eb
90 changed files with 327 additions and 235 deletions
|
@ -536,9 +536,18 @@ video {
|
|||
top: 0px;
|
||||
bottom: 0px;
|
||||
}
|
||||
.-left-14 {
|
||||
left: -3.5rem;
|
||||
}
|
||||
.bottom-0 {
|
||||
bottom: 0px;
|
||||
}
|
||||
.left-0 {
|
||||
left: 0px;
|
||||
}
|
||||
.right-0 {
|
||||
right: 0px;
|
||||
}
|
||||
.right-10 {
|
||||
right: 2.5rem;
|
||||
}
|
||||
|
@ -552,8 +561,8 @@ video {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.mb-3 {
|
||||
margin-bottom: 0.75rem;
|
||||
.mb-2 {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.mb-5 {
|
||||
margin-bottom: 1.25rem;
|
||||
|
@ -582,6 +591,9 @@ video {
|
|||
.inline-block {
|
||||
display: inline-block;
|
||||
}
|
||||
.inline {
|
||||
display: inline;
|
||||
}
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
@ -597,15 +609,21 @@ video {
|
|||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
.h-10 {
|
||||
height: 2.5rem;
|
||||
}
|
||||
.h-12 {
|
||||
height: 3rem;
|
||||
}
|
||||
.h-14 {
|
||||
height: 3.5rem;
|
||||
}
|
||||
.h-16 {
|
||||
height: 4rem;
|
||||
}
|
||||
.h-2 {
|
||||
height: 0.5rem;
|
||||
}
|
||||
.h-3 {
|
||||
height: 0.75rem;
|
||||
}
|
||||
.h-4 {
|
||||
height: 1rem;
|
||||
}
|
||||
|
@ -615,11 +633,14 @@ video {
|
|||
.h-6 {
|
||||
height: 1.5rem;
|
||||
}
|
||||
.h-\[61px\] {
|
||||
height: 61px;
|
||||
}
|
||||
.h-screen {
|
||||
height: 100vh;
|
||||
}
|
||||
.max-h-\[3rem\] {
|
||||
max-height: 3rem;
|
||||
.max-h-\[2\.75rem\] {
|
||||
max-height: 2.75rem;
|
||||
}
|
||||
.min-h-screen {
|
||||
min-height: 100vh;
|
||||
|
@ -627,21 +648,33 @@ video {
|
|||
.w-1\/3 {
|
||||
width: 33.333333%;
|
||||
}
|
||||
.w-12 {
|
||||
width: 3rem;
|
||||
}
|
||||
.w-14 {
|
||||
width: 3.5rem;
|
||||
}
|
||||
.w-2 {
|
||||
width: 0.5rem;
|
||||
}
|
||||
.w-2\/3 {
|
||||
width: 66.666667%;
|
||||
}
|
||||
.w-3 {
|
||||
width: 0.75rem;
|
||||
.w-36 {
|
||||
width: 9rem;
|
||||
}
|
||||
.w-4 {
|
||||
width: 1rem;
|
||||
}
|
||||
.w-48 {
|
||||
width: 12rem;
|
||||
}
|
||||
.w-5 {
|
||||
width: 1.25rem;
|
||||
}
|
||||
.w-52 {
|
||||
width: 13rem;
|
||||
}
|
||||
.w-6 {
|
||||
width: 1.5rem;
|
||||
}
|
||||
|
@ -657,18 +690,6 @@ video {
|
|||
.w-screen {
|
||||
width: 100vw;
|
||||
}
|
||||
.min-w-\[10rem\] {
|
||||
min-width: 10rem;
|
||||
}
|
||||
.min-w-\[11rem\] {
|
||||
min-width: 11rem;
|
||||
}
|
||||
.min-w-\[12rem\] {
|
||||
min-width: 12rem;
|
||||
}
|
||||
.min-w-\[14rem\] {
|
||||
min-width: 14rem;
|
||||
}
|
||||
.min-w-\[360px\] {
|
||||
min-width: 360px;
|
||||
}
|
||||
|
@ -702,9 +723,6 @@ video {
|
|||
.shrink-0 {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.basis-\[24rem\] {
|
||||
flex-basis: 24rem;
|
||||
}
|
||||
.table-fixed {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
@ -762,15 +780,20 @@ video {
|
|||
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
|
||||
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
|
||||
}
|
||||
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
||||
--tw-space-x-reverse: 0;
|
||||
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
||||
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
||||
}
|
||||
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
|
||||
--tw-space-x-reverse: 0;
|
||||
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
|
||||
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
|
||||
}
|
||||
.space-x-7 > :not([hidden]) ~ :not([hidden]) {
|
||||
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
|
||||
--tw-space-x-reverse: 0;
|
||||
margin-right: calc(1.75rem * var(--tw-space-x-reverse));
|
||||
margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
|
||||
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
||||
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
||||
}
|
||||
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
||||
--tw-space-y-reverse: 0;
|
||||
|
@ -797,8 +820,8 @@ video {
|
|||
.overflow-hidden {
|
||||
overflow: hidden;
|
||||
}
|
||||
.overflow-x-auto {
|
||||
overflow-x: auto;
|
||||
.overflow-y-auto {
|
||||
overflow-y: auto;
|
||||
}
|
||||
.overflow-x-hidden {
|
||||
overflow-x: hidden;
|
||||
|
@ -850,9 +873,8 @@ video {
|
|||
.border-b-0 {
|
||||
border-bottom-width: 0px;
|
||||
}
|
||||
.border-gray-100 {
|
||||
--tw-border-opacity: 1;
|
||||
border-color: rgb(243 244 246 / var(--tw-border-opacity));
|
||||
.border-t {
|
||||
border-top-width: 1px;
|
||||
}
|
||||
.border-gray-200 {
|
||||
--tw-border-opacity: 1;
|
||||
|
@ -862,10 +884,18 @@ video {
|
|||
--tw-border-opacity: 1;
|
||||
border-color: rgb(209 213 219 / var(--tw-border-opacity));
|
||||
}
|
||||
.border-t-gray-100 {
|
||||
--tw-border-opacity: 1;
|
||||
border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
|
||||
}
|
||||
.bg-\[\#e6e6e6\] {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
||||
}
|
||||
.bg-accent-500 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(80 69 232 / var(--tw-bg-opacity));
|
||||
}
|
||||
.bg-black {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
||||
|
@ -892,9 +922,6 @@ video {
|
|||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
||||
}
|
||||
.fill-gray-400 {
|
||||
fill: #9ca3af;
|
||||
}
|
||||
.fill-green-500 {
|
||||
fill: #22c55e;
|
||||
}
|
||||
|
@ -928,6 +955,10 @@ video {
|
|||
.p-6 {
|
||||
padding: 1.5rem;
|
||||
}
|
||||
.px-1 {
|
||||
padding-left: 0.25rem;
|
||||
padding-right: 0.25rem;
|
||||
}
|
||||
.px-2 {
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
|
@ -944,6 +975,10 @@ video {
|
|||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.px-5 {
|
||||
padding-left: 1.25rem;
|
||||
padding-right: 1.25rem;
|
||||
}
|
||||
.py-0 {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
|
@ -968,30 +1003,22 @@ video {
|
|||
padding-top: 5rem;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
.py-24 {
|
||||
padding-top: 6rem;
|
||||
padding-bottom: 6rem;
|
||||
}
|
||||
.py-3 {
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem;
|
||||
}
|
||||
.py-32 {
|
||||
padding-top: 8rem;
|
||||
padding-bottom: 8rem;
|
||||
}
|
||||
.py-4 {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
.py-\[10rem\] {
|
||||
padding-top: 10rem;
|
||||
padding-bottom: 10rem;
|
||||
}
|
||||
.py-\[4rem\] {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
.py-\[7rem\] {
|
||||
padding-top: 7rem;
|
||||
padding-bottom: 7rem;
|
||||
}
|
||||
.py-\[9rem\] {
|
||||
padding-top: 9rem;
|
||||
padding-bottom: 9rem;
|
||||
}
|
||||
.pb-20 {
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
|
@ -1004,8 +1031,8 @@ video {
|
|||
.pl-10 {
|
||||
padding-left: 2.5rem;
|
||||
}
|
||||
.pl-2 {
|
||||
padding-left: 0.5rem;
|
||||
.pl-14 {
|
||||
padding-left: 3.5rem;
|
||||
}
|
||||
.pl-3 {
|
||||
padding-left: 0.75rem;
|
||||
|
@ -1022,9 +1049,6 @@ video {
|
|||
.pr-4 {
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.pr-5 {
|
||||
padding-right: 1.25rem;
|
||||
}
|
||||
.pt-1 {
|
||||
padding-top: 0.25rem;
|
||||
}
|
||||
|
@ -1034,12 +1058,18 @@ video {
|
|||
.pt-16 {
|
||||
padding-top: 4rem;
|
||||
}
|
||||
.pt-24 {
|
||||
padding-top: 6rem;
|
||||
}
|
||||
.pt-6 {
|
||||
padding-top: 1.5rem;
|
||||
}
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
@ -1085,10 +1115,18 @@ video {
|
|||
--tw-text-opacity: 1;
|
||||
color: rgb(36 41 47 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-accent-500 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(80 69 232 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-gray-100 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(243 244 246 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-gray-200 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(229 231 235 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-gray-400 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(156 163 175 / var(--tw-text-opacity));
|
||||
|
@ -1113,6 +1151,10 @@ video {
|
|||
--tw-text-opacity: 1;
|
||||
color: rgb(17 24 39 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-white {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
}
|
||||
.underline {
|
||||
-webkit-text-decoration-line: underline;
|
||||
text-decoration-line: underline;
|
||||
|
@ -1128,6 +1170,29 @@ video {
|
|||
.filter {
|
||||
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
||||
}
|
||||
.transition {
|
||||
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
||||
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
||||
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
||||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
transition-duration: 150ms;
|
||||
}
|
||||
.transition-colors {
|
||||
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
|
||||
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
||||
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
|
||||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
transition-duration: 150ms;
|
||||
}
|
||||
.duration-200 {
|
||||
transition-duration: 200ms;
|
||||
}
|
||||
.line-clamp-1 {
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 1;
|
||||
}
|
||||
.last\:border-b-0:last-child {
|
||||
border-bottom-width: 0px;
|
||||
}
|
||||
|
@ -1135,6 +1200,10 @@ video {
|
|||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
||||
}
|
||||
.hover\:bg-accent-600:hover {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(67 56 229 / var(--tw-bg-opacity));
|
||||
}
|
||||
.hover\:bg-gray-100:hover {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
||||
|
@ -1147,6 +1216,10 @@ video {
|
|||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
||||
}
|
||||
.hover\:text-accent-600:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(67 56 229 / var(--tw-text-opacity));
|
||||
}
|
||||
.hover\:text-blue-500:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(59 130 246 / var(--tw-text-opacity));
|
||||
|
@ -1155,6 +1228,10 @@ video {
|
|||
--tw-text-opacity: 1;
|
||||
color: rgb(37 99 235 / var(--tw-text-opacity));
|
||||
}
|
||||
.hover\:text-gray-400:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(156 163 175 / var(--tw-text-opacity));
|
||||
}
|
||||
.hover\:text-gray-900:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(17 24 39 / var(--tw-text-opacity));
|
||||
|
@ -1168,6 +1245,10 @@ video {
|
|||
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
||||
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
||||
}
|
||||
.disabled\:bg-gray-200:disabled {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
||||
}
|
||||
.dark .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
|
||||
--tw-divide-opacity: 1;
|
||||
border-color: rgb(55 65 81 / var(--tw-divide-opacity));
|
||||
|
@ -1180,6 +1261,10 @@ video {
|
|||
--tw-border-opacity: 1;
|
||||
border-color: rgb(55 65 81 / var(--tw-border-opacity));
|
||||
}
|
||||
.dark .dark\:border-t-gray-800 {
|
||||
--tw-border-opacity: 1;
|
||||
border-top-color: rgb(31 41 55 / var(--tw-border-opacity));
|
||||
}
|
||||
.dark .dark\:bg-\[\#1d232e\] {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(29 35 46 / var(--tw-bg-opacity));
|
||||
|
@ -1212,6 +1297,10 @@ video {
|
|||
--tw-text-opacity: 1;
|
||||
color: rgb(75 85 99 / var(--tw-text-opacity));
|
||||
}
|
||||
.dark .dark\:text-gray-700 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(55 65 81 / var(--tw-text-opacity));
|
||||
}
|
||||
.dark .dark\:text-white {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
|
@ -1232,6 +1321,10 @@ video {
|
|||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
||||
}
|
||||
.dark .dark\:hover\:border-gray-600:hover {
|
||||
--tw-border-opacity: 1;
|
||||
border-color: rgb(75 85 99 / var(--tw-border-opacity));
|
||||
}
|
||||
.dark .dark\:hover\:bg-gray-600:hover {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
||||
|
@ -1244,6 +1337,10 @@ video {
|
|||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
||||
}
|
||||
.dark .dark\:hover\:text-accent-400:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(89 78 233 / var(--tw-text-opacity));
|
||||
}
|
||||
.dark .dark\:hover\:text-blue-400:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(96 165 250 / var(--tw-text-opacity));
|
||||
|
@ -1252,6 +1349,10 @@ video {
|
|||
--tw-text-opacity: 1;
|
||||
color: rgb(37 99 235 / var(--tw-text-opacity));
|
||||
}
|
||||
.dark .dark\:hover\:text-gray-600:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(75 85 99 / var(--tw-text-opacity));
|
||||
}
|
||||
.dark .dark\:hover\:text-white:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
|
@ -1260,81 +1361,71 @@ video {
|
|||
--tw-ring-opacity: 1;
|
||||
--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
|
||||
}
|
||||
.dark .dark\:disabled\:bg-gray-700:disabled {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
||||
}
|
||||
.dark .dark\:disabled\:text-gray-500:disabled {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(107 114 128 / var(--tw-text-opacity));
|
||||
}
|
||||
@media (min-width: 640px) {
|
||||
|
||||
.sm\:px-2 {
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
.sm\:block {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sm\:px-4 {
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
.sm\:inline {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.sm\:hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sm\:w-36 {
|
||||
width: 9rem;
|
||||
}
|
||||
|
||||
.sm\:w-44 {
|
||||
width: 11rem;
|
||||
}
|
||||
|
||||
.sm\:w-52 {
|
||||
width: 13rem;
|
||||
}
|
||||
|
||||
.sm\:w-72 {
|
||||
width: 18rem;
|
||||
}
|
||||
|
||||
.sm\:w-80 {
|
||||
width: 20rem;
|
||||
}
|
||||
|
||||
.sm\:basis-88 {
|
||||
flex-basis: 22rem;
|
||||
}
|
||||
|
||||
.sm\:pl-10 {
|
||||
padding-left: 2.5rem;
|
||||
}
|
||||
|
||||
.sm\:pr-16 {
|
||||
padding-right: 4rem;
|
||||
}
|
||||
|
||||
.sm\:pt-32 {
|
||||
padding-top: 8rem;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
|
||||
.md\:inline-block {
|
||||
display: inline-block;
|
||||
.md\:mb-3 {
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.md\:w-\[11rem\] {
|
||||
width: 11rem;
|
||||
}
|
||||
|
||||
.md\:w-\[13rem\] {
|
||||
width: 13rem;
|
||||
}
|
||||
|
||||
.md\:w-\[16rem\] {
|
||||
width: 16rem;
|
||||
}
|
||||
|
||||
.md\:w-\[19rem\] {
|
||||
width: 19rem;
|
||||
}
|
||||
|
||||
.md\:w-\[62rem\] {
|
||||
width: 62rem;
|
||||
}
|
||||
|
||||
.md\:w-auto {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.md\:border-0 {
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
.md\:p-0 {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.md\:pr-7 {
|
||||
padding-right: 1.75rem;
|
||||
}
|
||||
|
||||
.md\:hover\:bg-transparent:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.md\:hover\:text-blue-700:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(29 78 216 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.dark .md\:dark\:hover\:bg-transparent:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.dark .md\:dark\:hover\:text-white:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
}
|
||||
}
|
||||
@media (min-width: 1024px) {
|
||||
|
||||
.lg\:flex {
|
||||
display: flex;
|
||||
}
|
||||
}
|
BIN
docs/_app/immutable/assets/_layout-1043489a.css.br
Normal file
BIN
docs/_app/immutable/assets/_layout-1043489a.css.br
Normal file
Binary file not shown.
BIN
docs/_app/immutable/assets/_layout-1043489a.css.gz
Normal file
BIN
docs/_app/immutable/assets/_layout-1043489a.css.gz
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
1
docs/_app/immutable/assets/_layout-6748d0a2.css
Normal file
1
docs/_app/immutable/assets/_layout-6748d0a2.css
Normal file
File diff suppressed because one or more lines are too long
BIN
docs/_app/immutable/assets/_layout-6748d0a2.css.br
Normal file
BIN
docs/_app/immutable/assets/_layout-6748d0a2.css.br
Normal file
Binary file not shown.
BIN
docs/_app/immutable/assets/_layout-6748d0a2.css.gz
Normal file
BIN
docs/_app/immutable/assets/_layout-6748d0a2.css.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
import{_ as r}from"./_layout-da46b06b.js";import{default as t}from"../components/pages/_layout.svelte-a9bd6fbc.js";export{t as component,r as universal};
|
||||
import{_ as r}from"./_layout-da46b06b.js";import{default as t}from"../components/pages/_layout.svelte-3df27be0.js";export{t as component,r as universal};
|
BIN
docs/_app/immutable/chunks/0-2c3b3d68.js.br
Normal file
BIN
docs/_app/immutable/chunks/0-2c3b3d68.js.br
Normal file
Binary file not shown.
BIN
docs/_app/immutable/chunks/0-2c3b3d68.js.gz
Normal file
BIN
docs/_app/immutable/chunks/0-2c3b3d68.js.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
import{default as t}from"../components/error.svelte-d45d2747.js";export{t as component};
|
Binary file not shown.
Binary file not shown.
1
docs/_app/immutable/chunks/1-ff9c490e.js
Normal file
1
docs/_app/immutable/chunks/1-ff9c490e.js
Normal file
|
@ -0,0 +1 @@
|
|||
import{default as t}from"../components/error.svelte-a7192f92.js";export{t as component};
|
BIN
docs/_app/immutable/chunks/1-ff9c490e.js.br
Normal file
BIN
docs/_app/immutable/chunks/1-ff9c490e.js.br
Normal file
Binary file not shown.
BIN
docs/_app/immutable/chunks/1-ff9c490e.js.gz
Normal file
BIN
docs/_app/immutable/chunks/1-ff9c490e.js.gz
Normal file
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
import{default as t}from"../components/pages/_page.svelte-90c41a04.js";export{t as component};
|
Binary file not shown.
1
docs/_app/immutable/chunks/2-f837945d.js
Normal file
1
docs/_app/immutable/chunks/2-f837945d.js
Normal file
|
@ -0,0 +1 @@
|
|||
import{default as t}from"../components/pages/_page.svelte-8498c11e.js";export{t as component};
|
BIN
docs/_app/immutable/chunks/2-f837945d.js.br
Normal file
BIN
docs/_app/immutable/chunks/2-f837945d.js.br
Normal file
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
import{default as t}from"../components/pages/channel/_page.svelte-d194e74b.js";export{t as component};
|
||||
import{default as t}from"../components/pages/channel/_page.svelte-68758a63.js";export{t as component};
|
BIN
docs/_app/immutable/chunks/3-694c419c.js.br
Normal file
BIN
docs/_app/immutable/chunks/3-694c419c.js.br
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
30
docs/_app/immutable/chunks/HTMLPreview-8fcd572e.js
Normal file
30
docs/_app/immutable/chunks/HTMLPreview-8fcd572e.js
Normal file
File diff suppressed because one or more lines are too long
BIN
docs/_app/immutable/chunks/HTMLPreview-8fcd572e.js.br
Normal file
BIN
docs/_app/immutable/chunks/HTMLPreview-8fcd572e.js.br
Normal file
Binary file not shown.
BIN
docs/_app/immutable/chunks/HTMLPreview-8fcd572e.js.gz
Normal file
BIN
docs/_app/immutable/chunks/HTMLPreview-8fcd572e.js.gz
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
docs/_app/immutable/chunks/index-44df08c7.js.br
Normal file
BIN
docs/_app/immutable/chunks/index-44df08c7.js.br
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
import{C as d,s as m}from"./index-71936449.js";const u=[];function p(e,t=d){let n;const s=new Set;function o(a){if(m(e,a)&&(e=a,n)){const c=!u.length;for(const l of s)l[1](),u.push(l,e);if(c){for(let l=0;l<u.length;l+=2)u[l][0](u[l+1]);u.length=0}}}function r(a){o(a(e))}function i(a,c=d){const l=[a,c];return s.add(l),s.size===1&&(n=t(o)||d),a(e),()=>{s.delete(l),s.size===0&&(n(),n=null)}}return{set:o,update:r,subscribe:i}}const v="";let g=v;function I(e){g=e}let E="";function y(e){E=e}const T="sveltekit:snapshot",x="sveltekit:scroll",O="sveltekit:index",b={tap:1,hover:2,viewport:3,eager:4,off:-1};function U(e){let t=e.baseURI;if(!t){const n=e.getElementsByTagName("base");t=n.length?n[0].href:e.URL}return t}function L(){return{x:pageXOffset,y:pageYOffset}}function f(e,t){return e.getAttribute(`data-sveltekit-${t}`)}const h={...b,"":b.hover};function k(e){let t=e.assignedSlot??e.parentNode;return(t==null?void 0:t.nodeType)===11&&(t=t.host),t}function N(e,t){for(;e&&e!==t;){if(e.nodeName.toUpperCase()==="A"&&e.hasAttribute("href"))return e;e=k(e)}}function V(e,t){let n;try{n=new URL(e instanceof SVGAElement?e.href.baseVal:e.href,document.baseURI)}catch{}const s=e instanceof SVGAElement?e.target.baseVal:e.target,o=!n||!!s||A(n,t)||(e.getAttribute("rel")||"").split(/\s+/).includes("external")||e.hasAttribute("download");return{url:n,external:o,target:s}}function P(e){let t=null,n=null,s=null,o=null,r=e;for(;r&&r!==document.documentElement;)n===null&&(n=f(r,"preload-code")),s===null&&(s=f(r,"preload-data")),t===null&&(t=f(r,"noscroll")),o===null&&(o=f(r,"reload")),r=k(r);return{preload_code:h[n??"off"],preload_data:h[s??"off"],noscroll:t==="off"?!1:t===""?!0:null,reload:o==="off"?!1:o===""?!0:null}}function _(e){const t=p(e);let n=!0;function s(){n=!0,t.update(i=>i)}function o(i){n=!1,t.set(i)}function r(i){let a;return t.subscribe(c=>{(a===void 0||n&&c!==a)&&i(a=c)})}return{notify:s,set:o,subscribe:r}}function w(){const{set:e,subscribe:t}=p(!1);let n;async function s(){clearTimeout(n);const o=await fetch(`${g}/_app/version.json`,{headers:{pragma:"no-cache","cache-control":"no-cache"}});if(o.ok){const i=(await o.json()).version!==E;return i&&(e(!0),clearTimeout(n)),i}else throw new Error(`Version check failed: ${o.status}`)}return{subscribe:t,check:s}}function A(e,t){return e.origin!==location.origin||!e.pathname.startsWith(t)}let R;function Y(e){R=e.client}const $={url:_({}),page:_({}),navigating:p(null),updated:w()};export{O as I,b as P,x as S,T as a,V as b,P as c,L as d,v as e,N as f,U as g,Y as h,A as i,I as j,y as k,R as l,$ as s,p as w};
|
||||
import{C as d,s as m}from"./index-44df08c7.js";const u=[];function p(e,t=d){let n;const s=new Set;function o(a){if(m(e,a)&&(e=a,n)){const c=!u.length;for(const l of s)l[1](),u.push(l,e);if(c){for(let l=0;l<u.length;l+=2)u[l][0](u[l+1]);u.length=0}}}function r(a){o(a(e))}function i(a,c=d){const l=[a,c];return s.add(l),s.size===1&&(n=t(o)||d),a(e),()=>{s.delete(l),s.size===0&&(n(),n=null)}}return{set:o,update:r,subscribe:i}}const v="";let g=v;function I(e){g=e}let E="";function y(e){E=e}const T="sveltekit:snapshot",x="sveltekit:scroll",O="sveltekit:index",b={tap:1,hover:2,viewport:3,eager:4,off:-1};function U(e){let t=e.baseURI;if(!t){const n=e.getElementsByTagName("base");t=n.length?n[0].href:e.URL}return t}function L(){return{x:pageXOffset,y:pageYOffset}}function f(e,t){return e.getAttribute(`data-sveltekit-${t}`)}const h={...b,"":b.hover};function k(e){let t=e.assignedSlot??e.parentNode;return(t==null?void 0:t.nodeType)===11&&(t=t.host),t}function N(e,t){for(;e&&e!==t;){if(e.nodeName.toUpperCase()==="A"&&e.hasAttribute("href"))return e;e=k(e)}}function V(e,t){let n;try{n=new URL(e instanceof SVGAElement?e.href.baseVal:e.href,document.baseURI)}catch{}const s=e instanceof SVGAElement?e.target.baseVal:e.target,o=!n||!!s||A(n,t)||(e.getAttribute("rel")||"").split(/\s+/).includes("external")||e.hasAttribute("download");return{url:n,external:o,target:s}}function P(e){let t=null,n=null,s=null,o=null,r=e;for(;r&&r!==document.documentElement;)n===null&&(n=f(r,"preload-code")),s===null&&(s=f(r,"preload-data")),t===null&&(t=f(r,"noscroll")),o===null&&(o=f(r,"reload")),r=k(r);return{preload_code:h[n??"off"],preload_data:h[s??"off"],noscroll:t==="off"?!1:t===""?!0:null,reload:o==="off"?!1:o===""?!0:null}}function _(e){const t=p(e);let n=!0;function s(){n=!0,t.update(i=>i)}function o(i){n=!1,t.set(i)}function r(i){let a;return t.subscribe(c=>{(a===void 0||n&&c!==a)&&i(a=c)})}return{notify:s,set:o,subscribe:r}}function w(){const{set:e,subscribe:t}=p(!1);let n;async function s(){clearTimeout(n);const o=await fetch(`${g}/_app/version.json`,{headers:{pragma:"no-cache","cache-control":"no-cache"}});if(o.ok){const i=(await o.json()).version!==E;return i&&(e(!0),clearTimeout(n)),i}else throw new Error(`Version check failed: ${o.status}`)}return{subscribe:t,check:s}}function A(e,t){return e.origin!==location.origin||!e.pathname.startsWith(t)}let R;function Y(e){R=e.client}const $={url:_({}),page:_({}),navigating:p(null),updated:w()};export{O as I,b as P,x as S,T as a,V as b,P as c,L as d,v as e,N as f,U as g,Y as h,A as i,I as j,y as k,R as l,$ as s,p as w};
|
BIN
docs/_app/immutable/chunks/singletons-b6a05648.js.br
Normal file
BIN
docs/_app/immutable/chunks/singletons-b6a05648.js.br
Normal file
Binary file not shown.
BIN
docs/_app/immutable/chunks/singletons-b6a05648.js.gz
Normal file
BIN
docs/_app/immutable/chunks/singletons-b6a05648.js.gz
Normal file
Binary file not shown.
|
@ -1 +1 @@
|
|||
import"./index-71936449.js";import{s as e}from"./singletons-228a5c53.js";const r=()=>{const s=e;return{page:{subscribe:s.page.subscribe},navigating:{subscribe:s.navigating.subscribe},updated:s.updated}},b={subscribe(s){return r().page.subscribe(s)}};export{b as p};
|
||||
import"./index-44df08c7.js";import{s as e}from"./singletons-b6a05648.js";const r=()=>{const s=e;return{page:{subscribe:s.page.subscribe},navigating:{subscribe:s.navigating.subscribe},updated:s.updated}},b={subscribe(s){return r().page.subscribe(s)}};export{b as p};
|
2
docs/_app/immutable/chunks/stores-500e7bc6.js.br
Normal file
2
docs/_app/immutable/chunks/stores-500e7bc6.js.br
Normal file
|
@ -0,0 +1,2 @@
|
|||
ŚÄ8ňŤ°ÓZťó7j™"< ňg‡˝[ZjxoŰŘ[PDŹŻŔ řŤŤO:«ó»é6<NÝÔÚÓjX¨±Ť?:ĄípÍZ@{xČ@f ;ö*jńţďôRÍ®¬RĂ—59˙ä§W÷»&šW“»<Ý;0fĆŞWĘ×I] €T
|
||||
˘ZĆÚÄŕ8hăóď<>ý~<7E>q!żtpě
|
BIN
docs/_app/immutable/chunks/stores-500e7bc6.js.gz
Normal file
BIN
docs/_app/immutable/chunks/stores-500e7bc6.js.gz
Normal file
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
ŒÄ8ò<>°ÓZ<C393>ó7j™"< òg‡½[ZjxoÛØ[PD<50>¯À ø<C2A0><17>O:«ó»é6<NÝÔÚÓjX¨±<C2A8>?ºöm¬Rj
=<d 3<>ûµxÿ÷:„f.×2òeMÎ?ùFÆÇ)ÇÆý®‰æÕä.O÷Œ™ñ€ê•²ÃuRh+ Õ<>BÁ…¨–±618ÚÇø<Æ;b¿ß`\È/û
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
import{S as x,i as C,s as S,k as _,q as h,a as g,l as d,m as v,r as b,h as m,c as k,b as f,F as E,u as $,C as q,J as y}from"../chunks/index-71936449.js";import{p as F}from"../chunks/stores-eb5cf413.js";function H(n){var u;let a,t=n[0].status+"",r,o,l,i=((u=n[0].error)==null?void 0:u.message)+"",c;return{c(){a=_("h1"),r=h(t),o=g(),l=_("p"),c=h(i)},l(e){a=d(e,"H1",{});var s=v(a);r=b(s,t),s.forEach(m),o=k(e),l=d(e,"P",{});var p=v(l);c=b(p,i),p.forEach(m)},m(e,s){f(e,a,s),E(a,r),f(e,o,s),f(e,l,s),E(l,c)},p(e,[s]){var p;s&1&&t!==(t=e[0].status+"")&&$(r,t),s&1&&i!==(i=((p=e[0].error)==null?void 0:p.message)+"")&&$(c,i)},i:q,o:q,d(e){e&&m(a),e&&m(o),e&&m(l)}}}function J(n,a,t){let r;return y(n,F,o=>t(0,r=o)),[r]}class w extends x{constructor(a){super(),C(this,a,J,H,S,{})}}export{w as default};
|
||||
import{S as x,i as C,s as S,k as _,q as h,a as g,l as d,m as v,r as b,h as m,c as k,b as f,F as E,u as $,C as q,J as y}from"../chunks/index-44df08c7.js";import{p as F}from"../chunks/stores-500e7bc6.js";function H(n){var u;let a,t=n[0].status+"",r,o,l,i=((u=n[0].error)==null?void 0:u.message)+"",c;return{c(){a=_("h1"),r=h(t),o=g(),l=_("p"),c=h(i)},l(e){a=d(e,"H1",{});var s=v(a);r=b(s,t),s.forEach(m),o=k(e),l=d(e,"P",{});var p=v(l);c=b(p,i),p.forEach(m)},m(e,s){f(e,a,s),E(a,r),f(e,o,s),f(e,l,s),E(l,c)},p(e,[s]){var p;s&1&&t!==(t=e[0].status+"")&&$(r,t),s&1&&i!==(i=((p=e[0].error)==null?void 0:p.message)+"")&&$(c,i)},i:q,o:q,d(e){e&&m(a),e&&m(o),e&&m(l)}}}function J(n,a,t){let r;return y(n,F,o=>t(0,r=o)),[r]}class w extends x{constructor(a){super(),C(this,a,J,H,S,{})}}export{w as default};
|
BIN
docs/_app/immutable/components/error.svelte-a7192f92.js.br
Normal file
BIN
docs/_app/immutable/components/error.svelte-a7192f92.js.br
Normal file
Binary file not shown.
BIN
docs/_app/immutable/components/error.svelte-a7192f92.js.gz
Normal file
BIN
docs/_app/immutable/components/error.svelte-a7192f92.js.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
import{S as u,i as f,s as h,D as _,k as p,q as g,a as k,E as S,l as $,m as E,r as v,h as d,c as L,F as m,b as w,G as b,H as y,I as q,f as C,t as I}from"../../chunks/index-71936449.js";function M(l){let a,r,o,s;const c=l[1].default,t=_(c,l,l[0],null);return{c(){a=p("script"),r=g(`if (document) {
|
||||
import{S as u,i as f,s as h,D as _,k as p,q as g,a as k,E as S,l as $,m as E,r as v,h as d,c as L,F as m,b as w,G as b,H as y,I as q,f as C,t as I}from"../../chunks/index-44df08c7.js";function M(l){let a,r,o,s;const c=l[1].default,t=_(c,l,l[0],null);return{c(){a=p("script"),r=g(`if (document) {
|
||||
let mode = localStorage.theme || 'light'
|
||||
if (mode === 'dark' || window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
document.documentElement.classList.add('dark')
|
|
@ -0,0 +1,4 @@
|
|||
┤q,╠
╙▀║╢~мтОщT(q╩3о1Пc╗T:▓х▌Х ╔o╞lЁТ╦≤4ЮrЗ=Ю║╔Жc╛Ж╒▐-▌4dJд2XчдWбуд╤≤°ж╠пY<aчb"cФН╠дз#╕4√╬c▄─!VЬ╝еЁ▀Ь│┐?aЭб⌡ъx4аWГw'0KМЛЛ.ngOq≥w-}eШХхMЖнЛИн"В/МУЦ
|
||||
\┐/BёEB╬╢)Ф"lАzЪvг▓Pт=Y└К╫[`\<tcU╣двjM ,с╙)=лАХ╟╗[╒b╢bb}W GФМ<vQыlDЦ╙z#┐Q┤KкJ┴J#▌В#Л{≤:Я╩√┐╥╤█wГBхйrц╒|6K(░2÷▓,д≤╥фWун▒фк°hrчtб bh^ q░ Gк╩ъЁдв╩√т▓X▒╡ЛXБР\ЩС╚ь≤ЗЫы┤Б╥м"├Гр┤а╛S}©VC┼ХЪ╩╩Y╣▀╞ sУ²4М╞╔Uо4┤©╤Г;⌠т╬▐<и█I╠≈т?Р^·
|
||||
Д#VK╧╝хwSп▄k5Zфy$Dy°▄&╡ЙМIO╛;вЯ√оШХZJЙЕм&й}√рP│┘┤ЧщЭЯ▒,M▀qAЗБ█X4.р²9ТХ}╔╞-d2ЁJШИж9р/╔ёd4&/tG▀
|
||||
4зx╙\┤цЭ─KЯ╓jg8|л╓zН■·(шА0Ф▀╡ЙцШbнУГQьи√Ж░∙щI┤╧s²▒n╩yJЩгЖ÷П╘н+дRK Кт╗Bl2А─фЪ1&∙зК$─Эаг≈ИНr
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
docs/_app/immutable/components/pages/_page.svelte-8498c11e.js.br
Normal file
BIN
docs/_app/immutable/components/pages/_page.svelte-8498c11e.js.br
Normal file
Binary file not shown.
BIN
docs/_app/immutable/components/pages/_page.svelte-8498c11e.js.gz
Normal file
BIN
docs/_app/immutable/components/pages/_page.svelte-8498c11e.js.gz
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
1
docs/_app/immutable/start-37db626e.js
Normal file
1
docs/_app/immutable/start-37db626e.js
Normal file
File diff suppressed because one or more lines are too long
BIN
docs/_app/immutable/start-37db626e.js.br
Normal file
BIN
docs/_app/immutable/start-37db626e.js.br
Normal file
Binary file not shown.
BIN
docs/_app/immutable/start-37db626e.js.gz
Normal file
BIN
docs/_app/immutable/start-37db626e.js.gz
Normal file
Binary file not shown.
|
@ -1 +1 @@
|
|||
{"version":"1676637121230"}
|
||||
{"version":"1678195849559"}
|
Binary file not shown.
Binary file not shown.
|
@ -6,17 +6,17 @@
|
|||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="manifest" crossorigin="use-credentials" href="./manifest.json">
|
||||
<meta http-equiv="content-security-policy" content="">
|
||||
<link href="./_app/immutable/assets/_layout-32e929c2.css" rel="stylesheet">
|
||||
<link href="./_app/immutable/assets/_layout-6748d0a2.css" rel="stylesheet">
|
||||
<link href="./_app/immutable/assets/HTMLPreview-0d24e5da.css" rel="stylesheet">
|
||||
<link rel="modulepreload" href="./_app/immutable/start-061e7571.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/index-71936449.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-228a5c53.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-a9bd6fbc.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/start-37db626e.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/index-44df08c7.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-b6a05648.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-3df27be0.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-9cbb603b.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-da46b06b.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/channel/_page.svelte-d194e74b.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/HTMLPreview-d8b21788.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/stores-eb5cf413.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/channel/_page.svelte-68758a63.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/HTMLPreview-8fcd572e.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/stores-500e7bc6.js">
|
||||
<script>
|
||||
if ('serviceWorker' in navigator) {
|
||||
addEventListener('load', function () {
|
||||
|
@ -43,31 +43,28 @@
|
|||
|
||||
|
||||
|
||||
<header class="fixed z-40 w-full min-w-[360px] top-0"><nav class="bg-white border-b border-gray-200 px-2 sm:px-4 py-2.5 dark:border-gray-700 dark:bg-gray-800"><div class="container flex justify-between items-center max-w-6xl mx-auto px-4 sm:px-2"><div class="flex flex-start items-center basis-[24rem] shrink"><a href="/" class="flex mr-6"><span class="text-[1.15rem] text-[#24292f] self-center font-semibold whitespace-nowrap dark:text-white font-mono">/iptv-org</span></a>
|
||||
<form autocomplete="off" class="w-full"><div class="w-full"><label for="search-input" class="sr-only">Search</label>
|
||||
<header class="fixed z-40 w-full min-w-[360px] top-0"><nav class="bg-white border-b border-gray-200 py-2.5 dark:border-gray-700 dark:bg-gray-800 w-full h-[61px]"><div class="flex justify-between items-center mx-auto px-3 w-full max-w-6xl"><div class="flex flex-start items-center sm:basis-88 shrink"><a href="/" class="flex mr-6"><span class="text-[1.15rem] text-[#24292f] self-center font-semibold whitespace-nowrap dark:text-white font-mono">/iptv-org</span></a>
|
||||
<div class="hidden sm:block w-full"><form autocomplete="off" class="w-full"><div class="w-full"><label for="search-input" class="sr-only">Search</label>
|
||||
<div class="relative w-full"><div class="flex absolute inset-y-0 left-0 items-center pl-3 pointer-events-none"><svg class="w-4 h-4 text-gray-500 dark:text-gray-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z" clip-rule="evenodd"></path></svg></div>
|
||||
<input type="search" id="search-input" class="bg-gray-50 border border-gray-300 text-gray-900 outline-blue-500 text-sm rounded-md block w-full pl-9 p-1.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white" placeholder="Search" value=""></div></div></form></div>
|
||||
<input type="search" id="search-input" class="bg-gray-50 border border-gray-300 text-gray-900 outline-blue-500 text-sm rounded-md block w-full pl-9 p-1.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white" placeholder="Search" value=""></div></div></form></div></div>
|
||||
|
||||
<div class="flex flex-end items-center"><div class="md:inline-block md:w-auto pr-4"><ul class="hidden lg:flex space-x-7"><li><a href="https://github.com/iptv-org/iptv" class="block py-2 pr-4 pl-3 text-sm text-gray-700 border-gray-100 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700" target="_blank" rel="noreferrer">Playlists<span class="inline-flex items-center p-1 mr-2 text-sm font-semibold text-gray-400 rounded-full"><svg class="w-3 h-3 fill-gray-400" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"></path></svg></span></a></li>
|
||||
<li><a href="https://github.com/iptv-org/epg" class="block py-2 pr-4 pl-3 text-sm text-gray-700 border-gray-100 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700" target="_blank" rel="noreferrer">EPG<span class="inline-flex items-center p-1 mr-2 text-sm font-semibold text-gray-400 rounded-full"><svg class="w-3 h-3 fill-gray-400" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"></path></svg></span></a></li>
|
||||
<li><a href="https://github.com/iptv-org/database" class="block py-2 pr-4 pl-3 text-sm text-gray-700 border-gray-100 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700" target="_blank" rel="noreferrer">Database<span class="inline-flex items-center p-1 mr-2 text-sm font-semibold text-gray-400 rounded-full"><svg class="w-3 h-3 fill-gray-400" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"></path></svg></span></a></li>
|
||||
<li><a href="https://github.com/iptv-org/api" class="block py-2 pr-4 pl-3 text-sm text-gray-700 border-gray-100 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700" target="_blank" rel="noreferrer">API<span class="inline-flex items-center p-1 mr-2 text-sm font-semibold text-gray-400 rounded-full"><svg class="w-3 h-3 fill-gray-400" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"></path></svg></span></a></li></ul></div>
|
||||
<button type="button" class="text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 rounded-full text-sm p-2.5" aria-label="Toggle Dark Mode"><svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img"><path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path></svg>
|
||||
<svg class="w-5 h-5 hidden" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z" fill-rule="evenodd" clip-rule="evenodd"></path></svg></button>
|
||||
<a href="https://github.com/iptv-org/" class="inline-flex text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 rounded-full text-sm p-2.5 ml-1" target="_blank" rel="noreferrer" aria-label="GitHub"><svg class="w-5 h-5" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></a></div></div></nav></header>
|
||||
<div class="flex flex-end items-center space-x-4"><div><a href="https://github.com/iptv-org/" class="inline-flex text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 rounded-full text-sm p-2.5 ml-1" target="_blank" rel="noreferrer" aria-label="GitHub"><svg class="w-5 h-5" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></a>
|
||||
<button type="button" class="text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 rounded-full text-sm p-2.5" aria-label="Toggle Dark Mode"><svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img"><path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path></svg>
|
||||
<svg class="w-5 h-5 hidden" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z" fill-rule="evenodd" clip-rule="evenodd"></path></svg></button></div>
|
||||
<div><div class="w-14 sm:w-36"><button class="rounded-md bg-accent-500 hover:bg-accent-600 transition-colors duration-200 text-sm text-white font-semibold text-center px-4 h-10 flex items-center w-full justify-center" area-label="Create Playlist"><span class="sm:hidden inline"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-5 h-5"><path fill-rule="evenodd" d="M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zM12.75 12a.75.75 0 00-1.5 0v2.25H9a.75.75 0 000 1.5h2.25V18a.75.75 0 001.5 0v-2.25H15a.75.75 0 000-1.5h-2.25V12z" clip-rule="evenodd"></path><path d="M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z"></path></svg></span><span class="hidden sm:inline">Create Playlist</span></button></div></div></div></div></nav></header>
|
||||
|
||||
<main class="bg-slate-50 dark:bg-[#1d232e] min-h-screen min-w-[360px] pt-16"><section class="container max-w-[820px] mx-auto px-2 pt-6 pb-20 flex-col space-y-4"><div class="flex items-center justify-center w-full pt-1 pb-6 tracking-tight text-sm text-gray-500 dark:text-gray-400 font-mono">loading...
|
||||
</div> </section></main>
|
||||
|
||||
|
||||
<script type="module" data-sveltekit-hydrate="1macyci">
|
||||
import { start } from "./_app/immutable/start-061e7571.js";
|
||||
<script type="module" data-sveltekit-hydrate="mfaty1">
|
||||
import { start } from "./_app/immutable/start-37db626e.js";
|
||||
|
||||
start({
|
||||
assets: "",
|
||||
env: {},
|
||||
target: document.querySelector('[data-sveltekit-hydrate="1macyci"]').parentNode,
|
||||
version: "1676637121230",
|
||||
target: document.querySelector('[data-sveltekit-hydrate="mfaty1"]').parentNode,
|
||||
version: "1678195849559",
|
||||
hydrate: {
|
||||
node_ids: [0, 3],
|
||||
data: [null,null],
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -6,17 +6,18 @@
|
|||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="manifest" crossorigin="use-credentials" href="./manifest.json">
|
||||
<meta http-equiv="content-security-policy" content="">
|
||||
<link href="./_app/immutable/assets/_layout-32e929c2.css" rel="stylesheet">
|
||||
<link href="./_app/immutable/assets/_layout-6748d0a2.css" rel="stylesheet">
|
||||
<link href="./_app/immutable/assets/_page-dfa854c9.css" rel="stylesheet">
|
||||
<link href="./_app/immutable/assets/HTMLPreview-0d24e5da.css" rel="stylesheet">
|
||||
<link rel="modulepreload" href="./_app/immutable/start-061e7571.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/index-71936449.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-228a5c53.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-a9bd6fbc.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/start-37db626e.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/index-44df08c7.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-b6a05648.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-3df27be0.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-9cbb603b.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-da46b06b.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-90c41a04.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/HTMLPreview-d8b21788.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-8498c11e.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/HTMLPreview-8fcd572e.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/stores-500e7bc6.js">
|
||||
<script>
|
||||
if ('serviceWorker' in navigator) {
|
||||
addEventListener('load', function () {
|
||||
|
@ -44,40 +45,39 @@
|
|||
|
||||
|
||||
|
||||
<header class="z-40 w-full min-w-[360px] absolute" style="top: 0px"><nav class="bg-white border-b border-gray-200 px-2 sm:px-4 py-2.5 dark:border-gray-700 dark:bg-gray-800"><div class="container flex justify-between items-center max-w-6xl mx-auto px-4 sm:px-2"><div class="flex flex-start items-center basis-[24rem] shrink"><a href="/" class="flex mr-6"><span class="text-[1.15rem] text-[#24292f] self-center font-semibold whitespace-nowrap dark:text-white font-mono">/iptv-org</span></a>
|
||||
</div>
|
||||
<header class="z-40 w-full min-w-[360px] flex items-center absolute" style="top: 0px"><nav class="bg-white border-b border-gray-200 py-2.5 dark:border-gray-700 dark:bg-gray-800 w-full h-[61px]"><div class="flex justify-between items-center mx-auto px-3 w-full max-w-6xl"><div class="flex flex-start items-center sm:basis-88 shrink"><a href="/" class="flex mr-6"><span class="text-[1.15rem] text-[#24292f] self-center font-semibold whitespace-nowrap dark:text-white font-mono">/iptv-org</span></a>
|
||||
<div class="hidden sm:block w-full"></div></div>
|
||||
|
||||
<div class="flex flex-end items-center"><div class="md:inline-block md:w-auto pr-4"><ul class="hidden lg:flex space-x-7"><li><a href="https://github.com/iptv-org/iptv" class="block py-2 pr-4 pl-3 text-sm text-gray-700 border-gray-100 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700" target="_blank" rel="noreferrer">Playlists<span class="inline-flex items-center p-1 mr-2 text-sm font-semibold text-gray-400 rounded-full"><svg class="w-3 h-3 fill-gray-400" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"></path></svg></span></a></li>
|
||||
<li><a href="https://github.com/iptv-org/epg" class="block py-2 pr-4 pl-3 text-sm text-gray-700 border-gray-100 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700" target="_blank" rel="noreferrer">EPG<span class="inline-flex items-center p-1 mr-2 text-sm font-semibold text-gray-400 rounded-full"><svg class="w-3 h-3 fill-gray-400" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"></path></svg></span></a></li>
|
||||
<li><a href="https://github.com/iptv-org/database" class="block py-2 pr-4 pl-3 text-sm text-gray-700 border-gray-100 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700" target="_blank" rel="noreferrer">Database<span class="inline-flex items-center p-1 mr-2 text-sm font-semibold text-gray-400 rounded-full"><svg class="w-3 h-3 fill-gray-400" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"></path></svg></span></a></li>
|
||||
<li><a href="https://github.com/iptv-org/api" class="block py-2 pr-4 pl-3 text-sm text-gray-700 border-gray-100 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700" target="_blank" rel="noreferrer">API<span class="inline-flex items-center p-1 mr-2 text-sm font-semibold text-gray-400 rounded-full"><svg class="w-3 h-3 fill-gray-400" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z"></path></svg></span></a></li></ul></div>
|
||||
<button type="button" class="text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 rounded-full text-sm p-2.5" aria-label="Toggle Dark Mode"><svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img"><path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path></svg>
|
||||
<svg class="w-5 h-5 hidden" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z" fill-rule="evenodd" clip-rule="evenodd"></path></svg></button>
|
||||
<a href="https://github.com/iptv-org/" class="inline-flex text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 rounded-full text-sm p-2.5 ml-1" target="_blank" rel="noreferrer" aria-label="GitHub"><svg class="w-5 h-5" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></a></div></div></nav></header>
|
||||
<div class="flex flex-end items-center space-x-4"><div><a href="https://github.com/iptv-org/" class="inline-flex text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 rounded-full text-sm p-2.5 ml-1" target="_blank" rel="noreferrer" aria-label="GitHub"><svg class="w-5 h-5" aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></a>
|
||||
<button type="button" class="text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 rounded-full text-sm p-2.5" aria-label="Toggle Dark Mode"><svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="img"><path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path></svg>
|
||||
<svg class="w-5 h-5 hidden" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z" fill-rule="evenodd" clip-rule="evenodd"></path></svg></button></div>
|
||||
<div><div class="w-14 sm:w-36"><button class="rounded-md bg-accent-500 hover:bg-accent-600 transition-colors duration-200 text-sm text-white font-semibold text-center px-4 h-10 flex items-center w-full justify-center" area-label="Create Playlist"><span class="sm:hidden inline"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-5 h-5"><path fill-rule="evenodd" d="M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zM12.75 12a.75.75 0 00-1.5 0v2.25H9a.75.75 0 000 1.5h2.25V18a.75.75 0 001.5 0v-2.25H15a.75.75 0 000-1.5h-2.25V12z" clip-rule="evenodd"></path><path d="M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z"></path></svg></span><span class="hidden sm:inline">Create Playlist</span></button></div></div></div></div></nav></header>
|
||||
|
||||
<main class="bg-slate-50 dark:bg-[#1d232e] min-h-screen pt-10 min-w-[360px]">
|
||||
<main class="bg-slate-50 dark:bg-[#1d232e] min-h-screen min-w-[360px]">
|
||||
|
||||
|
||||
<section class="container max-w-5xl mx-auto px-2 py-20"><form class="mb-5"><div><label for="search-input" class="sr-only">Search</label>
|
||||
<section class="max-w-5xl mx-auto px-2 pt-24 sm:pt-32 pb-20 overflow-hidden"><form class="mb-5"><div><label for="search-input" class="sr-only">Search</label>
|
||||
<div class="relative mt-1"><div class="flex absolute inset-y-0 left-0 items-center pl-3 pointer-events-none"><svg class="w-5 h-5 text-gray-500 dark:text-gray-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z" clip-rule="evenodd"></path></svg></div>
|
||||
<input type="search" id="search-input" class="bg-white border border-gray-300 text-gray-900 outline-blue-500 text-sm rounded-md block w-full pl-10 p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white" placeholder="Search for channels" value=""></div>
|
||||
<div class="mt-2 flex justify-between"><span class="inline-flex text-sm text-gray-500 dark:text-gray-400 font-mono">Found
|
||||
<div class="mt-2 flex justify-between px-1"><span class="inline-flex text-sm text-gray-500 dark:text-gray-400 font-mono">Found
|
||||
<span class="animate-spin">/</span>
|
||||
channels</span>
|
||||
<button type="button" class="inline-flex text-sm text-gray-500 dark:text-gray-400 font-mono hover:underline hover:text-blue-500 dark:hover:text-blue-400">Advanced search syntax
|
||||
channel(s)</span>
|
||||
<button type="button" class="inline-flex text-sm text-gray-500 dark:text-gray-400 font-mono hover:underline hover:text-blue-500 dark:hover:text-blue-400">Search syntax
|
||||
</button></div></div></form>
|
||||
<div class="flex items-center justify-center w-full pt-1 pb-6 tracking-tight text-sm text-gray-500 dark:text-gray-400 font-mono">loading...
|
||||
</div> </section></main>
|
||||
|
||||
|
||||
<script type="module" data-sveltekit-hydrate="owwle0">
|
||||
import { start } from "./_app/immutable/start-061e7571.js";
|
||||
|
||||
|
||||
<script type="module" data-sveltekit-hydrate="1kxp8ub">
|
||||
import { start } from "./_app/immutable/start-37db626e.js";
|
||||
|
||||
start({
|
||||
assets: "",
|
||||
env: {},
|
||||
target: document.querySelector('[data-sveltekit-hydrate="owwle0"]').parentNode,
|
||||
version: "1676637121230",
|
||||
target: document.querySelector('[data-sveltekit-hydrate="1kxp8ub"]').parentNode,
|
||||
version: "1678195849559",
|
||||
hydrate: {
|
||||
node_ids: [0, 2],
|
||||
data: [null,null],
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,28 +1,28 @@
|
|||
const m = [
|
||||
"/_app/immutable/chunks/0-899ce9a5.js",
|
||||
"/_app/immutable/chunks/1-a05c0897.js",
|
||||
"/_app/immutable/chunks/2-8b90ddb2.js",
|
||||
"/_app/immutable/chunks/3-e5308f68.js",
|
||||
"/_app/immutable/chunks/0-2c3b3d68.js",
|
||||
"/_app/immutable/chunks/1-ff9c490e.js",
|
||||
"/_app/immutable/chunks/2-f837945d.js",
|
||||
"/_app/immutable/chunks/3-694c419c.js",
|
||||
"/_app/immutable/assets/HTMLPreview-0d24e5da.css",
|
||||
"/_app/immutable/chunks/HTMLPreview-d8b21788.js",
|
||||
"/_app/immutable/chunks/HTMLPreview-8fcd572e.js",
|
||||
"/_app/immutable/chunks/_layout-da46b06b.js",
|
||||
"/_app/immutable/chunks/index-71936449.js",
|
||||
"/_app/immutable/chunks/singletons-228a5c53.js",
|
||||
"/_app/immutable/chunks/stores-eb5cf413.js",
|
||||
"/_app/immutable/start-061e7571.js",
|
||||
"/_app/immutable/components/error.svelte-d45d2747.js",
|
||||
"/_app/immutable/assets/_layout-32e929c2.css",
|
||||
"/_app/immutable/chunks/index-44df08c7.js",
|
||||
"/_app/immutable/chunks/singletons-b6a05648.js",
|
||||
"/_app/immutable/chunks/stores-500e7bc6.js",
|
||||
"/_app/immutable/start-37db626e.js",
|
||||
"/_app/immutable/components/error.svelte-a7192f92.js",
|
||||
"/_app/immutable/assets/_layout-6748d0a2.css",
|
||||
"/_app/immutable/modules/pages/_layout.js-9cbb603b.js",
|
||||
"/_app/immutable/components/pages/_layout.svelte-a9bd6fbc.js",
|
||||
"/_app/immutable/components/pages/_layout.svelte-3df27be0.js",
|
||||
"/_app/immutable/assets/_page-dfa854c9.css",
|
||||
"/_app/immutable/components/pages/_page.svelte-90c41a04.js",
|
||||
"/_app/immutable/components/pages/channel/_page.svelte-d194e74b.js"
|
||||
"/_app/immutable/components/pages/_page.svelte-8498c11e.js",
|
||||
"/_app/immutable/components/pages/channel/_page.svelte-68758a63.js"
|
||||
], h = [
|
||||
"/.nojekyll",
|
||||
"/favicon.png",
|
||||
"/logo_512.png",
|
||||
"/manifest.json"
|
||||
], o = "1676637121230", i = `cache_${o}`, p = m.concat(h), r = new Set(p);
|
||||
], o = "1678195849559", i = `cache_${o}`, p = m.concat(h), r = new Set(p);
|
||||
self.addEventListener("install", (e) => {
|
||||
e.waitUntil(
|
||||
caches.open(i).then((s) => s.addAll(p)).then(() => {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue