File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 48
48
.el-link , .card {
49
49
color : var (--l-c );
50
50
}
51
+ .qrcode img {
52
+ box-shadow : 0px 0px 5px var (--l-icon );
53
+ }
51
54
}
52
55
}
53
56
.detail {
Original file line number Diff line number Diff line change 45
45
<el-row class =" title" ><i class =" el-icon-view" ></i ><span >关于</span ></el-row >
46
46
<el-row class =" info" >
47
47
<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 >
49
49
<li ><el-link :underline =" false" @click =" linkOpen('https://github.com/Hunlongyu/ZY-Player/issues')" >反馈: Issues</el-link ></li >
50
50
</ul >
51
51
</el-row >
52
52
</el-row >
53
53
<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 >
55
55
<el-row class =" qrcode" >
56
56
<img src =" @/assets/image/alipay.png" alt =" " >
57
57
<img src =" @/assets/image/wepay.jpg" alt =" " >
@@ -75,7 +75,7 @@ export default Vue.extend({
75
75
return {
76
76
sites: sites ,
77
77
dbSite: 0 ,
78
- opacity: 98 ,
78
+ opacity: 100 ,
79
79
download: false
80
80
}
81
81
},
You can’t perform that action at this time.
0 commit comments