mirror of
https://github.com/hevin-lee/EasyPlayerJs.git
synced 2026-06-15 14:20:02 +00:00
Updated Version 4.1.0
This commit is contained in:
20
demo/html/EasyPlayer-element.min.js
vendored
20
demo/html/EasyPlayer-element.min.js
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
BIN
demo/html/EasyPlayer.wasm
Normal file
BIN
demo/html/EasyPlayer.wasm
Normal file
Binary file not shown.
@@ -8,7 +8,11 @@
|
||||
<script src="./jquery.min.js"></script>
|
||||
<script src="./EasyPlayer-element.min.js"></script>
|
||||
</head>
|
||||
|
||||
<style>
|
||||
#player .easy-player {
|
||||
height: 400px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<h4 style="width:600px;margin: auto;">EasyPlayer播放器</h4>
|
||||
<br>
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@easydarwin/easyplayer": "^3.3.10",
|
||||
"@easydarwin/easyplayer": "^4.1.0",
|
||||
"axios": "^0.18.0",
|
||||
"element-ui": "^2.5.4",
|
||||
"md5": "^2.2.1",
|
||||
|
||||
20
demo/vuecli3/public/EasyPlayer-element.min.js
vendored
20
demo/vuecli3/public/EasyPlayer-element.min.js
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
BIN
demo/vuecli3/public/EasyPlayer.wasm
Normal file
BIN
demo/vuecli3/public/EasyPlayer.wasm
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,5 @@
|
||||
module.exports = {
|
||||
lintOnSave:false,
|
||||
devServer: {
|
||||
proxy: "http://127.0.0.1:10800"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user