mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-10 00:02:16 +08:00
🐷 修复圆角透明bug
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zyplayer",
|
||||
"version": "0.9.14",
|
||||
"version": "0.9.15",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user