mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-13 11:20:24 +00:00
feat(VideoBox): support open any player on android (#373)
This commit is contained in:
BIN
images/android.png
Normal file
BIN
images/android.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/android.webp
Normal file
BIN
public/images/android.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.9 KiB |
@@ -44,6 +44,12 @@ export const players: {
|
||||
scheme: "vlc://$durl",
|
||||
platforms: ["Windows", "MacOS", "Linux", "Android", "iOS"],
|
||||
},
|
||||
{
|
||||
icon: "android",
|
||||
name: "Android",
|
||||
scheme: "intent:$durl#Intent;type=video/*;S.title=$name;end",
|
||||
platforms: ["Android"],
|
||||
},
|
||||
{
|
||||
icon: "nplayer",
|
||||
name: "nPlayer",
|
||||
|
||||
Reference in New Issue
Block a user