feat: support play

This commit is contained in:
Rogee
2024-12-11 20:07:17 +08:00
parent 59d2beddbf
commit 7b9f6d444f
10 changed files with 184 additions and 21 deletions

View File

@@ -9,6 +9,7 @@
"version": "0.0.0",
"dependencies": {
"axios": "^1.7.9",
"hls.js": "^0.8.5",
"pinia": "^2.2.6",
"vant": "^4.9.9",
"vue": "^3.5.12",
@@ -1371,6 +1372,15 @@
"node": ">= 0.4"
}
},
"node_modules/hls.js": {
"version": "0.8.5",
"resolved": "https://npm.hub.ipao.vip/repository/npm/hls.js/-/hls.js-0.8.5.tgz",
"integrity": "sha512-hJBxUAsJInjXNqDPPA6646h/IulN2OUAK9OT6/0gO1oygQ4ZF3pB3j/Uyk2UWO0cDKyAs/SDTclVWMGurt4glw==",
"license": "Apache-2.0",
"dependencies": {
"url-toolkit": "^2.0.1"
}
},
"node_modules/hookable": {
"version": "5.5.3",
"dev": true,
@@ -2485,6 +2495,12 @@
"browserslist": ">= 4.21.0"
}
},
"node_modules/url-toolkit": {
"version": "2.2.5",
"resolved": "https://npm.hub.ipao.vip/repository/npm/url-toolkit/-/url-toolkit-2.2.5.tgz",
"integrity": "sha512-mtN6xk+Nac+oyJ/PrI7tzfmomRVNFIWKUbG8jdYFt52hxbiReFAXIjYskvu64/dvuW71IcB7lV8l0HvZMac6Jg==",
"license": "Apache-2.0"
},
"node_modules/vant": {
"version": "4.9.9",
"license": "MIT",