2026-05-24-17-29-17 增加构件加载进度并修正滚轮事件

This commit is contained in:
2026-05-24 17:42:48 +08:00
parent d9572e6966
commit 1dcfc2a4c1
7 changed files with 299 additions and 58 deletions

View File

@@ -140,3 +140,8 @@ cd WebSite
npm run build
npm run serve -- --host 0.0.0.0 --port 4000
```
## 六、2026-05-24 交互修正
- 逆向工作区切换构件层级时,可见 STL 构件会显示加载进度,避免高精度预览加载期间误判为构件不显示。
- DICOM 与逆向分割映射画布的滚轮缩放使用非被动 wheel 监听,修正浏览器控制台 `Unable to preventDefault inside passive event listener invocation` 警告。