Skip to content

Commit cd91bff

Browse files
committed
add readme dark
1 parent d3083a6 commit cd91bff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
### 截图:
1616
主界面 ⬇
1717
![film.png](https://i.loli.net/2020/01/19/U1EPzoJHhTDnuxA.png)
18+
暗黑主题 ⬇
19+
![dark.png](https://i.loli.net/2020/01/20/eU6J3EFcPTXnjlK.png)
1820
搜索 ⬇
1921
![search.png](https://i.loli.net/2020/01/19/BPvJKxlnNfquRI4.png)
2022
搜索结果 ⬇

src/page/setting.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ export default Vue.extend({
119119
},
120120
checkUpdate () {
121121
fly.get('https://api.github.com/repos/Hunlongyu/ZY-Player/releases/latest').then(res => {
122-
console.log(res)
122+
// console.log(res)
123123
}).catch(err => {
124-
console.log(err)
124+
// console.log(err)
125125
})
126126
}
127127
},

0 commit comments

Comments
 (0)