Add Chromium-only Blender WebEngine parity work

This commit is contained in:
mes123456
2026-08-12 04:47:48 -04:00
commit 9fd26010f6
18225 changed files with 11622124 additions and 0 deletions

15
docs/status/W-011.md Normal file
View File

@@ -0,0 +1,15 @@
# W-011 Status
status: done
task: 建立应用布局和状态层
## Evidence
- App shell: `web/app/src/app/App.tsx`
- UI styles: `web/app/src/app/app-shell.css`
- Entry point: `web/app/src/main.tsx`
- Screenshot: `tests/golden/W-011/layout-1440x900.png`
The first shell includes Blender-style Topbar, Workspace tabs, Viewport,
Outliner, Properties, Timeline and StatusBar. Workspace selection and timeline
frame state are local UI state; no geometry arrays are stored in React state.