mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 11:42:22 +08:00
Web: Add more function for Artplayer
This commit is contained in:
parent
d790b3a505
commit
da5e7905e9
|
@ -95,6 +95,21 @@
|
|||
container: '.playerArea',
|
||||
autoplay: true,
|
||||
url: flvPath.value,
|
||||
pip: true,
|
||||
setting: true,
|
||||
playbackRate: true,
|
||||
aspectRatio: true,
|
||||
flip: true,
|
||||
rotate: true,
|
||||
autoSize: true,
|
||||
autoMini: true,
|
||||
mutex: true,
|
||||
light: true,
|
||||
miniProgressBar: true,
|
||||
backdrop: true,
|
||||
fullscreen: true,
|
||||
fullscreenWeb: true,
|
||||
lang: "zh-cn",
|
||||
plugins: [
|
||||
artplayerPluginDanmuku({
|
||||
danmuku: xmlPath.value,
|
||||
|
@ -128,4 +143,4 @@
|
|||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user