feat(VideoBox): support open any player on android (#373)

This commit is contained in:
chen bojian
2026-02-02 18:42:38 +08:00
committed by GitHub
parent 945cb61ba2
commit e27bf24806
3 changed files with 6 additions and 0 deletions

BIN
images/android.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
public/images/android.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -44,6 +44,12 @@ export const players: {
scheme: "vlc://$durl", scheme: "vlc://$durl",
platforms: ["Windows", "MacOS", "Linux", "Android", "iOS"], platforms: ["Windows", "MacOS", "Linux", "Android", "iOS"],
}, },
{
icon: "android",
name: "Android",
scheme: "intent:$durl#Intent;type=video/*;S.title=$name;end",
platforms: ["Android"],
},
{ {
icon: "nplayer", icon: "nplayer",
name: "nPlayer", name: "nPlayer",