Skip to content

Commit 0e359be

Browse files
committed
v0.8.7 test update
1 parent d9122fd commit 0e359be

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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

src/page/setting.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ export default Vue.extend({
7272
return {
7373
sites: sites,
7474
dbSite: 0,
75-
opacity: 100,
76-
oldVersion: 'v0.8.6',
75+
opacity: 96,
76+
oldVersion: 'v0.8.7',
7777
newVersion: '',
7878
download: false
7979
}

vue.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ module.exports = {
66
icon: './build/icons/icon.ico'
77
},
88
productName: 'ZY Player',
9-
publish: ['github']
9+
publish: [{
10+
'provider': 'github',
11+
'owner': 'Hunlongyu',
12+
'repo': 'ZY-Player'
13+
}]
1014
},
1115
chainWebpackRendererProcess: config => {
1216
if (process.env.NODE_ENV === 'development') {

0 commit comments

Comments
 (0)