@byteplus/veplayer 2.3.1-rc.0 → 2.3.1-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/veplayer.biz.live.development.js +0 -6
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.development.js +1 -26
- package/esm/veplayer.live.development.js +1 -26
- package/esm/veplayer.live.production.js +2 -2
- package/esm/veplayer.production.js +2 -2
- package/esm/veplayer.vod.development.js +0 -4
- package/esm/veplayer.vod.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.biz.live.development.js +0 -6
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.development.js +1 -26
- package/umd/veplayer.live.development.js +1 -26
- package/umd/veplayer.live.production.js +1 -1
- package/umd/veplayer.production.js +1 -1
- package/umd/veplayer.vod.development.js +0 -4
- package/umd/veplayer.vod.production.js +1 -1
|
@@ -13270,10 +13270,6 @@ class VePlayerBase {
|
|
|
13270
13270
|
plugins.forEach((plugin) => {
|
|
13271
13271
|
TopRightBar.isTopRightPlugin(plugin, options) ? topRightPlugins.push(plugin) : normalPlugins.push(plugin);
|
|
13272
13272
|
});
|
|
13273
|
-
window._veplayer_test_log["startxgplayer"] = {
|
|
13274
|
-
msg: "start to new XGPlayer",
|
|
13275
|
-
timestamp: performance.now()
|
|
13276
|
-
};
|
|
13277
13273
|
this._player = new Player({
|
|
13278
13274
|
...DEFAULT_OPTIONS,
|
|
13279
13275
|
...xgOptions,
|