mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-08 09:14:38 +00:00
Compare commits
No commits in common. "68a7117a97f0f7aeb9e4b8bf7c33a5b5d8deae5d" and "8ab668dcd6757c76845152f5aec083a15cad961b" have entirely different histories.
68a7117a97
...
8ab668dcd6
5 changed files with 290 additions and 1102 deletions
|
@ -67,10 +67,7 @@ export const EpisodeSelector = (props: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
sensitivity: 4,
|
sensitivity: 4,
|
||||||
}}
|
}}
|
||||||
scrollbar={{
|
scrollbar={true}
|
||||||
enabled: true,
|
|
||||||
draggable: true,
|
|
||||||
}}
|
|
||||||
allowTouchMove={true}
|
allowTouchMove={true}
|
||||||
style={
|
style={
|
||||||
{
|
{
|
||||||
|
@ -82,7 +79,6 @@ export const EpisodeSelector = (props: {
|
||||||
<SwiperSlide
|
<SwiperSlide
|
||||||
key={`episode_${episode.position}`}
|
key={`episode_${episode.position}`}
|
||||||
style={{ maxWidth: "fit-content" }}
|
style={{ maxWidth: "fit-content" }}
|
||||||
className="pb-2"
|
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
color={
|
color={
|
||||||
|
|
|
@ -314,12 +314,9 @@ export const ReleasePlayer = (props: { id: number }) => {
|
||||||
direction={"horizontal"}
|
direction={"horizontal"}
|
||||||
mousewheel={{
|
mousewheel={{
|
||||||
enabled: true,
|
enabled: true,
|
||||||
sensitivity: 4,
|
sensitivity: 2,
|
||||||
}}
|
|
||||||
scrollbar={{
|
|
||||||
enabled: true,
|
|
||||||
draggable: true,
|
|
||||||
}}
|
}}
|
||||||
|
scrollbar={true}
|
||||||
allowTouchMove={true}
|
allowTouchMove={true}
|
||||||
style={
|
style={
|
||||||
{
|
{
|
||||||
|
@ -331,7 +328,6 @@ export const ReleasePlayer = (props: { id: number }) => {
|
||||||
<SwiperSlide
|
<SwiperSlide
|
||||||
key={`episode_${episode.position}`}
|
key={`episode_${episode.position}`}
|
||||||
style={{ maxWidth: "fit-content" }}
|
style={{ maxWidth: "fit-content" }}
|
||||||
className="pb-2"
|
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
color={
|
color={
|
||||||
|
|
|
@ -433,7 +433,7 @@ export const ReleasePlayerCustom = (props: {
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
: <iframe src={playerProps.src} className="w-full aspect-video" allowFullScreen={true} />}
|
: <iframe src={playerProps.src} className="w-full aspect-video" />}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
1374
package-lock.json
generated
1374
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -16,7 +16,7 @@
|
||||||
"hls-video-element": "^1.5.0",
|
"hls-video-element": "^1.5.0",
|
||||||
"markdown-to-jsx": "^7.4.7",
|
"markdown-to-jsx": "^7.4.7",
|
||||||
"media-chrome": "^4.8.0",
|
"media-chrome": "^4.8.0",
|
||||||
"next": "^14.2.26",
|
"next": "^14.2.13",
|
||||||
"next-plausible": "^3.12.1",
|
"next-plausible": "^3.12.1",
|
||||||
"react": "^18",
|
"react": "^18",
|
||||||
"react-cropper": "^2.3.3",
|
"react-cropper": "^2.3.3",
|
||||||
|
|
Loading…
Add table
Reference in a new issue