feat(video): 集成 edu-core 组件替换自定义视频播放器

- 添加 edu-core 依赖并注册 CommonCourseVideo 组件
- 重构课程详情页,使用 CommonCourseVideo 替换原有视频播放逻辑
- 调整版权声明样式为底部固定定位
- 更新应用版本号至 1.0.44
This commit is contained in:
2026-02-10 11:49:57 +08:00
parent 8ae3f62e09
commit 9a9b1efb9e
5 changed files with 203 additions and 138 deletions

View File

@@ -14,6 +14,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"
},