veplayer-mp-douyin
Advanced tools
Comparing version 1.2.3-alpha.1 to 1.2.3-alpha.2
@@ -27,2 +27,3 @@ "use strict"; | ||
type: Number, | ||
value: 1, | ||
}, | ||
@@ -49,4 +50,4 @@ // 三方云链接,当cloud_type为2,即三方云时必传 | ||
methods: { | ||
onGetVideoInfo(e) { | ||
this._emitEvt(enums_1.MediaEvents.GETVIDEOINFO, e); | ||
onGetSource(e) { | ||
this._emitEvt(enums_1.MediaEvents.GETSOURCE, e); | ||
}, | ||
@@ -53,0 +54,0 @@ setVideoPlayerStyle() { |
@@ -28,3 +28,3 @@ "use strict"; | ||
MediaEvents["CONTROLTAP"] = "controltap"; | ||
MediaEvents["GETVIDEOINFO"] = "getvideoinfo"; | ||
MediaEvents["GETSOURCE"] = "getsource"; | ||
})(MediaEvents = exports.MediaEvents || (exports.MediaEvents = {})); | ||
@@ -31,0 +31,0 @@ /** |
@@ -27,3 +27,3 @@ "use strict"; | ||
exports.PKG = 'douyin'; | ||
exports.VERSION = '1.2.3-alpha.1'; | ||
exports.VERSION = '1.2.3-alpha.2'; | ||
/** | ||
@@ -30,0 +30,0 @@ * 控制栏状态枚举 |
@@ -439,3 +439,2 @@ "use strict"; | ||
ended: true, | ||
paused: true, | ||
}; | ||
@@ -442,0 +441,0 @@ if (seeking) { |
@@ -104,3 +104,3 @@ "use strict"; | ||
default: | ||
ret = 'xg-play-center'; | ||
ret = ''; | ||
} | ||
@@ -107,0 +107,0 @@ index_1.VE_DEBUGGER.log(this.pluginName, '[getPositionClass]', `class:${ret} position:${position} mode:${mode}`); |
{ | ||
"name": "veplayer-mp-douyin", | ||
"version": "1.2.3-alpha.1", | ||
"version": "1.2.3-alpha.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "miniprogramType": "tt-npm", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
158005