Files
medicine_app/package.json
chenghuan e9d6f514bd feat: 集成edu-core视频组件并更新版本至2.0.38
- 添加edu-core依赖以使用标准化的课程视频组件
- 将本地common-video组件替换为edu-core的CommonCourseVideo
- 重构章节详情页,移除原有的视频播放逻辑和倒计时功能
- 修复medicaldes页面样式问题,确保布局正确
- 在课程详情页传递课程封面图给视频组件
- 更新应用版本号至2.0.38
2026-02-10 12:34:15 +08:00

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"
}