feat: add infuse callback url support (#49)

* Add files via upload

* Add files via upload

* Update video.tsx
This commit is contained in:
肥羊
2023-01-25 19:30:35 +08:00
committed by GitHub
parent 0bada10496
commit fc319de9e6
3 changed files with 1 additions and 0 deletions

BIN
images/infuse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
public/images/infuse.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@@ -17,6 +17,7 @@ const players: { icon: string; name: string; scheme: string }[] = [
{ icon: "potplayer", name: "PotPlayer", scheme: "potplayer://$durl" },
{ icon: "vlc", name: "VLC", scheme: "vlc://$durl" },
{ icon: "nplayer", name: "nPlayer", scheme: "nplayer-$durl" },
{ icon: "infuse", name: "Infuse", scheme: "infuse://x-callback-url/play?url=$durl" },
{
icon: "mxplayer",
name: "MX Player",