feat: 集成edu-core模块并重构课程详情页视频播放

- 添加edu-core本地依赖,用于视频播放组件
- 重构课程详情页,使用CourseVideo组件替换原有视频播放逻辑
- 优化课程列表页布局和样式,修复边框单位问题
- 更新manifest.json支持多方向屏幕旋转
This commit is contained in:
2026-02-09 10:29:59 +08:00
parent 671b7eb63d
commit 0e900d19be
33 changed files with 11533 additions and 98 deletions

View File

@@ -8,11 +8,17 @@
"sassImplementationName" : "node-sass",
/* 5+App */
"app-plus" : {
"screenOrientation" : [
"portrait-primary",
"portrait-secondary",
"landscape-primary",
"landscape-secondary"
],
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compatible" : {
"ignoreVersion" : true
},
"compatible" : {
"ignoreVersion" : true
},
"compilerVersion" : 3,
"splashscreen" : {
"alwaysShowBeforeRender" : false,