Skip to content

Commit 7540cee

Browse files
committed
测试 更新
1 parent 98a682a commit 7540cee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
GH_TOKEN=f2ee53736fd2262eb87a53f5f1f425ee44cea7ed
1+
GH_TOKEN=24f0914002270ceb8031787549550b7e43ddcc74

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.7.19",
3+
"version": "0.7.20",
44
"author": "Hunlongyu",
55
"description": "ZY Player 资源播放器",
66
"private": true,

src/page/setting.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default Vue.extend({
118118
})
119119
},
120120
checkUpdate () {
121-
// fly.get('https://api.github.com/repos/Hunlongyu/ZY-Player/releases/latest').then(res => {}).catch(err => {})
121+
fly.get('https://api.github.com/repos/Hunlongyu/ZY-Player/releases/latest').then(() => {}).catch(() => {})
122122
}
123123
},
124124
created () {

0 commit comments

Comments
 (0)