feat: add Fileball to video box (#193)

* add fileball to box

* add fileball webp
This commit is contained in:
Tom
2024-09-08 10:49:24 +08:00
committed by GitHub
parent 6f06eb0766
commit fc36640a4f
3 changed files with 5 additions and 0 deletions

BIN
images/fileball.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
public/images/fileball.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -37,6 +37,11 @@ export const players: { icon: string; name: string; scheme: string }[] = [
name: "Infuse",
scheme: "infuse://x-callback-url/play?url=$durl",
},
{
icon: "fileball",
name: "Fileball",
scheme: "filebox://play?url=$durl",
},
{
icon: "mxplayer",
name: "MX Player",