feat: 登录页面布局
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user