mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-13 15:35:28 +08:00
✈ 修复一些问题
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zyplayer",
|
||||
"version": "0.9.11",
|
||||
"version": "0.9.13",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user