feat(workbench): implement workbench window management and navigation state
Deployment Config CI / Deployment Config (push) Successful in 24s
Desktop Client Build / Resolve Build Metadata (push) Successful in 39s
Frontend CI / Frontend (push) Successful in 3m3s
Backend CI / Backend (push) Successful in 16m18s
Desktop Client Build / Build Desktop Client (push) Successful in 24m1s
Desktop Client Build / Publish Client Artifacts to NAS (push) Successful in 35s

This commit is contained in:
2026-05-20 15:44:26 +08:00
parent dd082e2ed1
commit 6359a2ddd3
6 changed files with 868 additions and 10 deletions
+2 -2
View File
@@ -91,9 +91,9 @@ export function initTray(onOpen: () => void): ElectronTray {
updateTrayIssueIndicator(0)
tray.setContextMenu(
Menu.buildFromTemplate([
{ label: 'Open', click: () => onOpen() },
{ label: '打开省心推', click: () => onOpen() },
{ type: 'separator' },
{ label: 'Quit', click: () => app.quit() },
{ label: '退出省心推', click: () => app.quit() },
]),
)
tray.on('click', () => onOpen())