测试 更新

This commit is contained in:
hunlongyu
2020-01-20 16:12:10 +08:00
parent 98a682ab82
commit 7540cee532
3 changed files with 3 additions and 3 deletions

2
.env
View File

@@ -1 +1 @@
GH_TOKEN=f2ee53736fd2262eb87a53f5f1f425ee44cea7ed
GH_TOKEN=24f0914002270ceb8031787549550b7e43ddcc74

View File

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

View File

@@ -118,7 +118,7 @@ export default Vue.extend({
})
},
checkUpdate () {
// fly.get('https://api.github.com/repos/Hunlongyu/ZY-Player/releases/latest').then(res => {}).catch(err => {})
fly.get('https://api.github.com/repos/Hunlongyu/ZY-Player/releases/latest').then(() => {}).catch(() => {})
}
},
created () {