We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f89c3d commit 367bd0eCopy full SHA for 367bd0e
.env
@@ -1 +1 @@
1
-GH_TOKEN=7d2166f485858c3b2f90f784dd3c8213c996c380
+GH_TOKEN=e6b3c80d135bb3367fcf4628d424f2514224296d
src/page/setting.vue
@@ -128,8 +128,8 @@ export default Vue.extend({
128
},
129
checkUpdate () {
130
fly.get('https://api.github.com/repos/Hunlongyu/ZY-Player/releases/latest').then(res => {
131
+ this.newVersion = res.data.tag_name
132
if (res.data.tag_name !== this.oldVersion) {
- this.newVersion = res.data.tag_name
133
this.download = true
134
} else {
135
this.download = false
0 commit comments