chore: sync latest project updates
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-03 14:42:38 +08:00
parent 8b2c36677e
commit 8fed715235
106 changed files with 6030 additions and 121 deletions

View File

@@ -145,7 +145,7 @@ b772216640a14171ba5655085c8523be
页面验证:
- 打开 https://guide.whaoyue.com/#/
- 切换到 `内3D`
- 切换到 `内3D`
- 首次进入应加载当前楼层模型,而不是先加载全馆 overview 模型
- 不应出现 `Unexpected token '<', "<!DOCTYPE "... is not valid JSON`
@@ -168,9 +168,9 @@ SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
3. 确认 Nginx `/static/nav-assets/` 配置生效。
4. 强刷浏览器,避免继续使用旧 JS。
### 内 3D 首屏加载过慢
### 内 3D 首屏加载过慢
导览页已配置为 `initial-view="floor"`,进入内 3D 时优先加载当前楼层模型。不要在导览壳层中默认加载全馆 overview 模型,否则低性能设备可能长时间停留在 100% 或页面无响应。
导览页已配置为 `initial-view="floor"`,进入内 3D 时优先加载当前楼层模型。不要在导览壳层中默认加载全馆 overview 模型,否则低性能设备可能长时间停留在 100% 或页面无响应。
### 浏览器缓存旧包
@@ -200,6 +200,6 @@ docker exec nginx-server nginx -s reload
## 最近部署记录
- 2026-06-10补齐 H5 模型资源打包,新增 `/static/nav-assets/` Nginx 规则,修复模型资源请求返回 HTML 的问题。
- 2026-06-10内 3D 默认加载当前楼层模型,减少首屏模型解析压力。线上备份:`/dmdata/nginx/html/_backups/guide-before-floor-first-20260610033959.tar.gz`
- 2026-06-10内 3D 默认加载当前楼层模型,减少首屏模型解析压力。线上备份:`/dmdata/nginx/html/_backups/guide-before-floor-first-20260610033959.tar.gz`
- 2026-06-10上传域名根目录校验文件 `gpL0svkeao.txt`,公网验证地址为 `https://guide.whaoyue.com/gpL0svkeao.txt`
- 2026-06-12按 H5 模式重新打包并部署功能更新,线上资源包为 `app_nav_assets_v2_clean_20260611_093623`。验证通过:`pnpm type-check``pnpm build:h5`、Nginx `nginx -t`、manifest 200 JSON、L1.glb 200 `model/gltf-binary`、缺失 GLB 404。线上备份`/dmdata/nginx/html/_backups/guide-before-deploy-20260612032520.tar.gz`