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

21
docs/status/W-010.md Normal file
View File

@@ -0,0 +1,21 @@
# W-010 Status
status: done
task: 创建 React 工程
## Evidence
- Package: `web/package.json`
- Lockfile: `web/package-lock.json`
- Build: `npm run build` passed with Vite 8.2.0.
- Three.js: `0.185.1` vendored under `web/app/src/vendor/three/` (latest stable
version selected from npm registry, then copied into the project).
- Screenshot: `tests/golden/W-010/desktop-1440x900.png`
## Verification
```text
npm run typecheck # passed
npm run lint # passed
npm run build # passed
```