mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-06 04:51:29 +08:00
v0.9.1 优化
This commit is contained in:
@@ -48,6 +48,9 @@
|
||||
.el-link, .card{
|
||||
color: var(--l-c);
|
||||
}
|
||||
.qrcode img{
|
||||
box-shadow: 0px 0px 5px var(--l-icon);
|
||||
}
|
||||
}
|
||||
}
|
||||
.detail{
|
||||
|
||||
@@ -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