Skip to content

Commit e27bf24

Browse files
authored
feat(VideoBox): support open any player on android (#373)
1 parent 945cb61 commit e27bf24

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

images/android.png

12.5 KB
Loading

public/images/android.webp

5.91 KB
Loading

src/pages/home/previews/video_box.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ export const players: {
4444
scheme: "vlc://$durl",
4545
platforms: ["Windows", "MacOS", "Linux", "Android", "iOS"],
4646
},
47+
{
48+
icon: "android",
49+
name: "Android",
50+
scheme: "intent:$durl#Intent;type=video/*;S.title=$name;end",
51+
platforms: ["Android"],
52+
},
4753
{
4854
icon: "nplayer",
4955
name: "nPlayer",

0 commit comments

Comments
 (0)