feat: 登录页面布局

This commit is contained in:
duanshuwen
2025-11-27 22:12:03 +08:00
parent 62efe40359
commit aaed2abfd8
9 changed files with 77 additions and 83 deletions

View File

@@ -24,8 +24,8 @@ class AppMain {
private createWindow(options?: { frameless?: boolean; route?: string }): BrowserWindow {
const frameless = !!options?.frameless
const win = new BrowserWindow({
width: 900,
height: 670,
width: 1440,
height: 900,
autoHideMenuBar: true,
frame: frameless ? false : true,
// @ts-ignore