mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-13 02:20:06 -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.
Loading…
Add table
Add a link
Reference in a new issue