Skip to content

Commit

Permalink
feat: add Fileball to video box (#193)
Browse files Browse the repository at this point in the history
* add fileball to box

* add fileball webp
  • Loading branch information
Flying-Tom committed Sep 8, 2024
1 parent 6f06eb0 commit fc36640
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added images/fileball.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/fileball.webp
Binary file not shown.
5 changes: 5 additions & 0 deletions src/pages/home/previews/video_box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fc36640

Please sign in to comment.