feat: 更新窗口标题和尺寸,优化按钮样式

This commit is contained in:
Elysia
2026-01-28 20:59:25 +08:00
parent 38a4d4512f
commit 185b4984c6
4 changed files with 13 additions and 10 deletions

View File

@@ -52,7 +52,10 @@ const indexHtml = path.join(RENDERER_DIST, 'index.html')
async function createWindow() {
win = new BrowserWindow({
title: 'Main window',
title: 'APM AppStore',
width: 1366,
height: 768,
autoHideMenuBar: true,
icon: path.join(process.env.VITE_PUBLIC, 'favicon.ico'),
webPreferences: {
preload,