Skip to content

Commit 9a14219

Browse files
committed
v0.9.1 优化
1 parent 2a0afa6 commit 9a14219

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/assets/theme/light.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
.el-link, .card{
4949
color: var(--l-c);
5050
}
51+
.qrcode img{
52+
box-shadow: 0px 0px 5px var(--l-icon);
53+
}
5154
}
5255
}
5356
.detail{

src/page/setting.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<el-row class="title"><i class="el-icon-view"></i><span>关于</span></el-row>
4646
<el-row class="info">
4747
<ul>
48-
<li><el-link :underline="false" @click="linkOpen('http://zy.hly120506.top')">官网: ZY Player</el-link></li>
48+
<li><el-link :underline="false" @click="linkOpen('https://github.com/Hunlongyu/ZY-Player')">官网: ZY Player</el-link></li>
4949
<li><el-link :underline="false" @click="linkOpen('https://github.com/Hunlongyu/ZY-Player/issues')">反馈: Issues</el-link></li>
5050
</ul>
5151
</el-row>
5252
</el-row>
5353
<el-row class="item opacity">
54-
<el-row class="title"><i class="el-icon-coffee"></i><span>请喝一杯咖啡</span></el-row>
54+
<el-row class="title"><i class="el-icon-coffee"></i><span>请我喝一杯咖啡</span></el-row>
5555
<el-row class="qrcode">
5656
<img src="@/assets/image/alipay.png" alt="">
5757
<img src="@/assets/image/wepay.jpg" alt="">
@@ -75,7 +75,7 @@ export default Vue.extend({
7575
return {
7676
sites: sites,
7777
dbSite: 0,
78-
opacity: 98,
78+
opacity: 100,
7979
download: false
8080
}
8181
},

0 commit comments

Comments
 (0)