release: xgplayer@3.0.17-alpha.10

This commit is contained in:
hongqiongxing 2024-05-06 11:05:22 +08:00 committed by hongqx
parent b8dd75b7a3
commit bea1a71d21
2 changed files with 2 additions and 5 deletions

View File

@ -328,10 +328,7 @@ function init(index = 0, config = {}) {
volume: {
position: 'rootTop'
},
playbackRate: {
// listType: 'side',
list: [1,2,3,4],
},
playbackRate: [1,2,3,4],
// rotate: {
// innerRotate: false
// },

View File

@ -1,6 +1,6 @@
{
"name": "xgplayer",
"version": "3.0.17-alpha.9",
"version": "3.0.17-alpha.10",
"description": "video player",
"main": "dist/index.min.js",
"module": "es/index.js",