- 将 edu-core 依赖从本地文件改为 git 仓库引用 (v1.0.3) - 在“我的”页面为特定列表项添加 Android 平台条件渲染 - 将应用版本号从 1.0.06 (1006) 更新至 1.0.07 (1007) - 将开发环境的基础 API URL 从本地测试地址切换为线上正式地址 - 全局注册 CommonCourseVideo 组件,并在课程详情页用它替换原有视频组件
12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"dependencies": {
|
|
"edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.3",
|
|
"jquery": "^3.7.1",
|
|
"lodash": "^4.17.21",
|
|
"qs": "^6.14.0",
|
|
"quill": "^1.3.7",
|
|
"uview-ui": "^2.0.38",
|
|
"vue-quill-editor": "^3.0.6"
|
|
}
|
|
}
|