File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zy" ,
3
- "version" : " 0.8.6 " ,
3
+ "version" : " 0.8.7 " ,
4
4
"author" : " Hunlongyu" ,
5
5
"description" : " ZY Player 资源播放器" ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ export default Vue.extend({
72
72
return {
73
73
sites: sites ,
74
74
dbSite: 0 ,
75
- opacity: 100 ,
76
- oldVersion: ' v0.8.6 ' ,
75
+ opacity: 96 ,
76
+ oldVersion: ' v0.8.7 ' ,
77
77
newVersion: ' ' ,
78
78
download: false
79
79
}
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ module.exports = {
6
6
icon : './build/icons/icon.ico'
7
7
} ,
8
8
productName : 'ZY Player' ,
9
- publish : [ 'github' ]
9
+ publish : [ {
10
+ 'provider' : 'github' ,
11
+ 'owner' : 'Hunlongyu' ,
12
+ 'repo' : 'ZY-Player'
13
+ } ]
10
14
} ,
11
15
chainWebpackRendererProcess : config => {
12
16
if ( process . env . NODE_ENV === 'development' ) {
You can’t perform that action at this time.
0 commit comments