feat: add mpv player link (#270)

This commit is contained in:
qilme
2025-04-12 17:20:43 +08:00
committed by GitHub
parent 97141d89ca
commit e3eadef410
3 changed files with 1 additions and 0 deletions

BIN
images/mpv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

BIN
public/images/mpv.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -59,6 +59,7 @@ export const players: { icon: string; name: string; scheme: string }[] = [
name: "iPlay",
scheme: "iplay://play/any?type=url&url=$bdurl",
},
{ icon: "mpv", name: "mpv", scheme: "mpv://$edurl" },
]
export const AutoHeightPlugin = (player: Artplayer) => {