✈ 修复一些问题

This commit is contained in:
hunlongyu
2020-04-28 16:38:55 +08:00
parent 5b3a2efc42
commit 51fd2c47da
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "zyplayer",
"version": "0.9.11",
"version": "0.9.13",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@@ -22,8 +22,8 @@ function createWindow () {
width: 1080,
height: 720,
frame: false,
resizable: true,
transparent: true,
resizable: false,
transparent: false,
webPreferences: {
webSecurity: false,
nodeIntegration: process.env.ELECTRON_NODE_INTEGRATION