我想将我的应用程序的高度和高度设置为 1400 和 800如果可能但如果屏幕小于 1400 或 800 ,应用程序打开全尺寸不是全屏 我的意思是我想要一些像这样的薄:
"window": {
"title": "My App",
"toolbar": false,
"min_width": 1400,
"min_height": 800,
"max_width": 100%,
"max_height": 100%,
}
我知道我可以设置fullscreen : true
但我想要上面的东西或类似的东西fullsize : true
谢谢