- 新增 playbackRates 属性支持自定义倍速列表 - 增加错误自动恢复机制,处理视频播放错误 - 优化 DOM 查找逻辑,增加延迟和错误处理 - 调整播放器样式和版本号更新 - 修改 edu-core 依赖为本地引用
25 lines
577 B
JSON
25 lines
577 B
JSON
{
|
|
"name": "soulspace_app",
|
|
"version": "1.0.0",
|
|
"description": "soulspace_app",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": "https://github.com/dcloudio/hello-uniapp.git",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dcloudio/hello-uniapp/issues"
|
|
},
|
|
"homepage": "https://github.com/dcloudio/hello-uniapp#readme",
|
|
"dependencies": {
|
|
"edu-core": "file:../edu-core",
|
|
"jquery": "^3.7.1",
|
|
"tcplayer.js": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"postcss-px-to-viewport": "^1.1.1"
|
|
}
|
|
}
|