mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-09 05:33:34 +08:00
v0.8.7 test update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zy",
|
||||
"version": "0.8.6",
|
||||
"version": "0.8.7",
|
||||
"author": "Hunlongyu",
|
||||
"description": "ZY Player 资源播放器",
|
||||
"private": true,
|
||||
|
||||
@@ -72,8 +72,8 @@ export default Vue.extend({
|
||||
return {
|
||||
sites: sites,
|
||||
dbSite: 0,
|
||||
opacity: 100,
|
||||
oldVersion: 'v0.8.6',
|
||||
opacity: 96,
|
||||
oldVersion: 'v0.8.7',
|
||||
newVersion: '',
|
||||
download: false
|
||||
}
|
||||
|
||||
@@ -6,7 +6,11 @@ module.exports = {
|
||||
icon: './build/icons/icon.ico'
|
||||
},
|
||||
productName: 'ZY Player',
|
||||
publish: ['github']
|
||||
publish: [{
|
||||
'provider': 'github',
|
||||
'owner': 'Hunlongyu',
|
||||
'repo': 'ZY-Player'
|
||||
}]
|
||||
},
|
||||
chainWebpackRendererProcess: config => {
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
|
||||
Reference in New Issue
Block a user