diff --git a/images/iPlay.png b/images/iPlay.png new file mode 100644 index 0000000000..514960ebe2 Binary files /dev/null and b/images/iPlay.png differ diff --git a/public/images/iPlay.webp b/public/images/iPlay.webp new file mode 100644 index 0000000000..ea19179998 Binary files /dev/null and b/public/images/iPlay.webp differ diff --git a/src/pages/home/previews/video_box.tsx b/src/pages/home/previews/video_box.tsx index f04579fa51..d11868cb88 100644 --- a/src/pages/home/previews/video_box.tsx +++ b/src/pages/home/previews/video_box.tsx @@ -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) => {