veplayer-mp-douyin
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -100,2 +100,6 @@ "use strict"; | ||
type: Number, | ||
}, | ||
needLoading: { | ||
type: Boolean, | ||
value: true | ||
} | ||
@@ -102,0 +106,0 @@ }, |
{ | ||
"name": "veplayer-mp-douyin", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "miniprogramType": "tt-npm", |
@@ -100,4 +100,4 @@ # Veplayer小程序播放器 | ||
| bindseekcomplete | eventhandle | | No | seek 完成时触发 (position iOS 单位 s, Android 单位 ms) | | ||
| needLoading | true | | No | 是否显示loading,扩展属性,controls=custom的时候生效,v0.1.13及之后的版本生效 | ||
PS. 原生组件支持的属性配置请参考[抖音官方文档](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/component/media-component/video),注意`show-play-btn`这类中划线分割的属性名需要改写成驼峰式命名`showPlayBtn`。 | ||
@@ -104,0 +104,0 @@ |
Sorry, the diff of this file is not supported yet
121970
1946