mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-13 11:20:24 +00:00
feat: add Fileball to video box (#193)
* add fileball to box * add fileball webp
This commit is contained in:
BIN
images/fileball.png
Normal file
BIN
images/fileball.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
public/images/fileball.webp
Normal file
BIN
public/images/fileball.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user