config描述

This commit is contained in:
gsx
2022-05-23 12:33:56 +08:00
parent f0b8cc5e6e
commit 308ee12305

View File

@@ -41,7 +41,10 @@ module.exports = (appInfo) => {
*/
config.openAppMenu = 'dev-show';
/* 主窗口 */
/**
* 主窗口
* show {boolean} true:立即显示窗口短暂白屏false:延迟显示窗口,无白屏
*/
config.windowsOption = {
width: 980,
height: 650,
@@ -53,7 +56,7 @@ module.exports = (appInfo) => {
nodeIntegration: true,
},
frame: true,
show: false,
show: true,
//backgroundColor: '#000000'
//titleBarStyle: 'hidden'
};