feat: 新增窗口头部组件

This commit is contained in:
DEV_DSW
2025-12-18 14:35:04 +08:00
parent 9bfcc49411
commit 8dec7d676e
17 changed files with 342 additions and 93 deletions

View File

@@ -30,6 +30,8 @@ class AppMain {
resizable: true,
maximizable: true,
minimizable: true,
titleBarStyle: 'hidden',
title: 'NIANXX',
webPreferences: {
devTools: this.isDev,
nodeIntegration: false,