@linker-design-plus/mpegtsplayer 1.0.3 → 1.0.4
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/README.md +0 -21
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -185,27 +185,6 @@ const reload = () => {
|
|
|
185
185
|
- 禁用懒加载以实现连续流媒体播放
|
|
186
186
|
- 启用实时缓冲区延迟追踪以实现流畅播放
|
|
187
187
|
|
|
188
|
-
## 样式自定义
|
|
189
|
-
|
|
190
|
-
组件包含内置样式。您可以通过以下类名覆盖默认样式:
|
|
191
|
-
|
|
192
|
-
```css
|
|
193
|
-
.mainContainer {
|
|
194
|
-
/* 容器样式 */
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.video-container {
|
|
198
|
-
/* 视频元素样式 */
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.meta-data-loading {
|
|
202
|
-
/* 加载旋转图标样式 */
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.no-control {
|
|
206
|
-
/* 控件禁用时应用的类 */
|
|
207
|
-
}
|
|
208
|
-
```
|
|
209
188
|
|
|
210
189
|
## 依赖
|
|
211
190
|
|