v0.9.1 优化

This commit is contained in:
Hunlongyu
2020-02-23 20:32:50 +08:00
parent 2a0afa6ce0
commit 9a14219418
2 changed files with 6 additions and 3 deletions

View File

@@ -48,6 +48,9 @@
.el-link, .card{
color: var(--l-c);
}
.qrcode img{
box-shadow: 0px 0px 5px var(--l-icon);
}
}
}
.detail{

View File

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