v0.8.1 更改官网地址

This commit is contained in:
hunlongyu
2020-01-21 12:23:46 +08:00
parent 7e4f1f9127
commit 4b6485a922
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
zy_player.hunlongyu.fun
zy.hly120506.top

View File

@@ -1,6 +1,6 @@
{
"name": "zy",
"version": "0.8.0",
"version": "0.8.1",
"author": "Hunlongyu",
"description": "ZY Player 资源播放器",
"private": true,

View File

@@ -42,7 +42,7 @@
<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_player.hunlongyu.fun')">官网: ZY Player</el-link></li>
<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/issues')">反馈: Issues</el-link></li>
</ul>
</el-row>
@@ -63,7 +63,7 @@ export default Vue.extend({
return {
sites: sites,
dbSite: 0,
oldVersion: 'v0.8.0',
oldVersion: 'v0.8.1',
newVersion: '',
download: false
}