feat(yb-video): 添加倍速播放配置和错误恢复功能
- 新增 playbackRates 属性支持自定义倍速列表 - 增加错误自动恢复机制,处理视频播放错误 - 优化 DOM 查找逻辑,增加延迟和错误处理 - 调整播放器样式和版本号更新 - 修改 edu-core 依赖为本地引用
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/dcloudio/hello-uniapp#readme",
|
||||
"dependencies": {
|
||||
"edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.6",
|
||||
"edu-core": "file:../edu-core",
|
||||
"jquery": "^3.7.1",
|
||||
"tcplayer.js": "^5.1.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user