导航场景映射与嵌入画布模式支持优化
- .gitignore 忽略 wwwroot,前端产物不入库 - 导航方式映射调整,磁导航/二维码/激光场景合并 - active-scenes.json 默认加入 scene.device - SimpleLite 启动支持 --migu 嵌入画布模式 - 新增 EmbeddedCanvas 配置项,默认启用
This commit is contained in:
+2
-4
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user