feat(video): 集成 edu-core 视频组件并更新应用配置

- 添加 edu-core 依赖以替换原有视频播放功能
- 升级应用版本至 1.0.51
- 在课程详情页中使用 CommonCourseVideo 组件
- 移除原有的视频播放逻辑和冗余代码
This commit is contained in:
2026-02-10 11:43:36 +08:00
parent bd23758d1b
commit f705e1d0c6
5 changed files with 180 additions and 376 deletions

View File

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