增加扇形

This commit is contained in:
zh
2025-11-04 13:41:19 +08:00
parent 5b5fe469fc
commit a37b19aa06
13 changed files with 82 additions and 40 deletions

View File

@ -99,8 +99,8 @@ function createWindow(): void {
splashWindow.show()
// 创建主窗口(保持原有配置,但先不显示)
const mainWindow = new BrowserWindow({
minWidth: 1780, // 添加最小宽度限制
minHeight: 920, // 添加最小高度限制
// minWidth: 1780, // 添加最小宽度限制
// minHeight: 920, // 添加最小高度限制
// fullscreen: true,
show: false,
frame: true,