- 添加edu-core依赖以使用标准化的课程视频组件 - 将本地common-video组件替换为edu-core的CommonCourseVideo - 重构章节详情页,移除原有的视频播放逻辑和倒计时功能 - 修复medicaldes页面样式问题,确保布局正确 - 在课程详情页传递课程封面图给视频组件 - 更新应用版本号至2.0.38
26 lines
598 B
JSON
26 lines
598 B
JSON
{
|
|
"id": "cus-audio-play",
|
|
"displayName": "cus-audio-play",
|
|
"version": "1.0.0",
|
|
"description": "uni-app开发模板",
|
|
"keywords": [],
|
|
"dependencies": {
|
|
"animate.css": "^4.1.1",
|
|
"e-peanut": "file:",
|
|
"edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.3",
|
|
"element-plus": "^2.9.6",
|
|
"epubjs": "^0.3.93",
|
|
"jquery": "^2.2.4",
|
|
"qs": "^6.11.0",
|
|
"quill-image-resize-module": "^3.0.0",
|
|
"uview-ui": "^2.0.35"
|
|
},
|
|
"name": "e-peanut",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|