v0.8.5 size

This commit is contained in:
Hunlongyu
2020-01-31 04:46:26 +08:00
parent f56b81ab9b
commit a746de8294
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "zy",
"version": "0.8.4",
"version": "0.8.5",
"author": "Hunlongyu",
"description": "ZY Player 资源播放器",
"private": true,

View File

@@ -19,7 +19,7 @@ protocol.registerSchemesAsPrivileged([{ scheme: 'app', privileges: { secure: tru
function createWindow () {
// Create the browser window.
win = new BrowserWindow({
width: 1680,
width: 1080,
height: 720,
frame: false,
webPreferences: {

View File

@@ -73,7 +73,7 @@ export default Vue.extend({
sites: sites,
dbSite: 0,
opacity: 100,
oldVersion: 'v0.8.4',
oldVersion: 'v0.8.5',
newVersion: '',
download: false
}