Updated Version 4.1.0

This commit is contained in:
likeadust
2022-03-10 22:37:00 +08:00
parent dc22f866c1
commit 76bf0bff48
17 changed files with 51 additions and 52 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

BIN
demo/html/EasyPlayer.wasm Normal file

Binary file not shown.

View File

@@ -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.

View File

@@ -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",

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,5 @@
module.exports = {
lintOnSave:false,
devServer: {
proxy: "http://127.0.0.1:10800"
}