refactor: modernize splash screen

This commit is contained in:
Jason
2026-05-07 19:46:37 +08:00
parent 45a4247563
commit 0bd5610cf0
2 changed files with 330 additions and 180 deletions

View File

@@ -1008,8 +1008,8 @@ function createSplashWindow(): BrowserWindow {
: join(process.resourcesPath, 'icon.ico'))
splashWindow = new BrowserWindow({
width: 760,
height: 460,
width: 856,
height: 540,
resizable: false,
frame: false,
transparent: true,