Skip to content

Commit 4b6485a

Browse files
committed
v0.8.1 更改官网地址
1 parent 7e4f1f9 commit 4b6485a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
zy_player.hunlongyu.fun
1+
zy.hly120506.top

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zy",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"author": "Hunlongyu",
55
"description": "ZY Player 资源播放器",
66
"private": true,

src/page/setting.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<el-row class="title"><i class="el-icon-view"></i><span>关于</span></el-row>
4343
<el-row class="info">
4444
<ul>
45-
<li><el-link :underline="false" @click="linkOpen('http://zy_player.hunlongyu.fun')">官网: ZY Player</el-link></li>
45+
<li><el-link :underline="false" @click="linkOpen('http://zy.hly120506.top')">官网: ZY Player</el-link></li>
4646
<li><el-link :underline="false" @click="linkOpen('https://github.com/Hunlongyu/ZY-Player/issues')">反馈: Issues</el-link></li>
4747
</ul>
4848
</el-row>
@@ -63,7 +63,7 @@ export default Vue.extend({
6363
return {
6464
sites: sites,
6565
dbSite: 0,
66-
oldVersion: 'v0.8.0',
66+
oldVersion: 'v0.8.1',
6767
newVersion: '',
6868
download: false
6969
}

0 commit comments

Comments
 (0)