Skip to content

Commit

Permalink
feat: add iPlay (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ourfor authored Dec 27, 2024
1 parent 9d4e062 commit e3eed1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added images/iPlay.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/iPlay.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 @@ -54,6 +54,11 @@ export const players: { icon: string; name: string; scheme: string }[] = [
scheme:
"intent:$durl#Intent;package=com.mxtech.videoplayer.pro;S.title=$name;end",
},
{
icon: "iPlay",
name: "iPlay",
scheme: "iplay://play/any?type=url&url=$bdurl",
},
]

export const AutoHeightPlugin = (player: Artplayer) => {
Expand Down

0 comments on commit e3eed1d

Please sign in to comment.