🐷 修复圆角透明bug

This commit is contained in:
hunlongyu
2020-04-28 17:04:48 +08:00
parent bda6e32b04
commit 8f6a8fef07
2 changed files with 2 additions and 2 deletions

View File

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

View File

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