add readme dark

This commit is contained in:
hunlongyu
2020-01-20 15:40:32 +08:00
parent d3083a6eb6
commit cd91bffa05
2 changed files with 4 additions and 2 deletions

View File

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