feat(desktop): add secure electron shell with preload ipc and menu

This commit is contained in:
nav
2026-05-12 16:13:05 +00:00
parent 292d8c27f2
commit 5843d3f8ca
3 changed files with 104 additions and 3 deletions

View File

@@ -2,6 +2,16 @@
Electron desktop shell for Fabric.Frontend.
## 功能(当前)
- BrowserWindow 基础配置(尺寸/最小尺寸/标题)
- Dev/Prod 加载策略dev server / 本地 offline.html
- 基础菜单与快捷键(刷新、开发者工具、退出)
- 安全基线:`contextIsolation` + `sandbox` + 禁止任意新窗口/导航
- `preload + IPC` 白名单:
- `fabric:config:get`
- `fabric:config:set`
- `fabric:notify`
## Dev
```bash