mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-15 00:16:26 +08:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aea794bf29 | ||
|
|
636ef602b1 | ||
|
|
b75de05f09 | ||
|
|
9a14219418 | ||
|
|
2a0afa6ce0 |
@@ -24,8 +24,6 @@
|
||||
|
||||
[蓝奏云 快速下载通道](https://www.lanzous.com/b04s6a3re) 密码:95px
|
||||
|
||||
[诚通网盘 备用下载通道](https://72k.us/dir/12872257-37375957-d3f41d)
|
||||
|
||||
### 截图:
|
||||
主界面 ⬇
|
||||

|
||||
|
||||
@@ -35,10 +35,11 @@
|
||||
let info = get('info')
|
||||
let time = get('time')
|
||||
let flag = info.indexOf('$')
|
||||
let url
|
||||
if (flag > 0) {
|
||||
let url = info.split('$')[1]
|
||||
url = info.split('$')[1]
|
||||
} else {
|
||||
let url = info
|
||||
url = info
|
||||
}
|
||||
let player = new window.HlsJsPlayer({
|
||||
id: 'mse',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zy",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"author": "Hunlongyu",
|
||||
"description": "ZY Player 资源播放器",
|
||||
"private": true,
|
||||
|
||||
@@ -48,6 +48,9 @@
|
||||
.el-link, .card{
|
||||
color: var(--l-c);
|
||||
}
|
||||
.qrcode img{
|
||||
box-shadow: 0px 0px 5px var(--l-icon);
|
||||
}
|
||||
}
|
||||
}
|
||||
.detail{
|
||||
|
||||
@@ -215,6 +215,12 @@ export default Vue.extend({
|
||||
this.video.index = j
|
||||
// @ts-ignore
|
||||
this.xg.src = url
|
||||
video.find({ detail: this.video.detail }).then(res => {
|
||||
if (res) {
|
||||
this.video.index = j
|
||||
video.update(res.id, this.video)
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,13 +45,13 @@
|
||||
<el-row class="title"><i class="el-icon-view"></i><span>关于</span></el-row>
|
||||
<el-row class="info">
|
||||
<ul>
|
||||
<li><el-link :underline="false" @click="linkOpen('http://zy.hly120506.top')">官网: ZY Player</el-link></li>
|
||||
<li><el-link :underline="false" @click="linkOpen('https://github.com/Hunlongyu/ZY-Player')">官网: ZY Player</el-link></li>
|
||||
<li><el-link :underline="false" @click="linkOpen('https://github.com/Hunlongyu/ZY-Player/issues')">反馈: Issues</el-link></li>
|
||||
</ul>
|
||||
</el-row>
|
||||
</el-row>
|
||||
<el-row class="item opacity">
|
||||
<el-row class="title"><i class="el-icon-coffee"></i><span>请喝一杯咖啡</span></el-row>
|
||||
<el-row class="title"><i class="el-icon-coffee"></i><span>请我喝一杯咖啡</span></el-row>
|
||||
<el-row class="qrcode">
|
||||
<img src="@/assets/image/alipay.png" alt="">
|
||||
<img src="@/assets/image/wepay.jpg" alt="">
|
||||
@@ -75,7 +75,7 @@ export default Vue.extend({
|
||||
return {
|
||||
sites: sites,
|
||||
dbSite: 0,
|
||||
opacity: 98,
|
||||
opacity: 100,
|
||||
download: false
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user