feat(video-player): 增强视频播放器错误处理并添加倍速提示

- 添加视频错误自动恢复机制,支持跳过损坏区间继续播放
- 增加倍速播放提示功能,2秒后自动消失
- 扩展默认倍速选项,新增0.75x和1.25x选项
- 优化错误处理流程,增加重试计数和详细日志
- 移除调试用的console.log语句
This commit is contained in:
2026-03-10 15:13:22 +08:00
parent 7317550374
commit dff1f49269
5 changed files with 213 additions and 20 deletions

View File

@@ -21,7 +21,7 @@
},
"homepage": "https://github.com/dcloudio/hello-uniapp#readme",
"dependencies": {
"edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.8",
"edu-core": "file:../edu-core",
"jquery": "^3.7.1",
"tcplayer.js": "^5.1.0"
},