add salary filter ui

This commit is contained in:
geekgeekrun
2025-06-01 21:41:09 +08:00
parent 2f3a557fb5
commit 8dc8ca825d
4 changed files with 376 additions and 49 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export function createMainWindow(): BrowserWindow {
mainWindow = new BrowserWindow({
width: 1280,
height: 720,
minWidth: 1024,
minWidth: 1280,
show: false,
autoHideMenuBar: true,
...(process.platform === 'linux'