导航场景映射与嵌入画布模式支持优化

- .gitignore 忽略 wwwroot,前端产物不入库
- 导航方式映射调整,磁导航/二维码/激光场景合并
- active-scenes.json 默认加入 scene.device
- SimpleLite 启动支持 --migu 嵌入画布模式
- 新增 EmbeddedCanvas 配置项,默认启用
This commit is contained in:
zhaowei.huang
2026-06-23 13:47:28 +08:00
parent e3373584ad
commit f1e604df36
5 changed files with 26 additions and 9 deletions
+2 -4
View File
@@ -6,15 +6,13 @@
*.cache
*.dll
*.pdb
!**/wwwroot/**/*.dll
# MiGu.Server 运行时数据(含敏感 token)
MiGu.Server/data/*.json
MiGu.Server/data/.internal-token
# 可选:若希望 wwwroot 仅 CI 产出不入库,取消下行注释
# MiGu.Server/wwwroot/assets/
# MiGu.Server/wwwroot/index.html
# 前端构建产物,由 CI / npm run build 产出不入库
MiGu.Server/wwwroot/
# IDE / OS
.vs/