v1.6.38
ShenhanQian/VHAPv1.6.38Jun 16, 2026by Ed1s0nZ
AI Summary
To support intranet and offline deployments, the project has vendored seven previously external frontend libraries from the jsdelivr CDN into the local `web/static/vendor/` directory, replacing CDN references with local paths.
Key Highlights
- Vendored 7 frontend libraries to local directory
- Improved support for intranet/offline deployments
- Removed dependency on external jsdelivr CDN
New Features
- Local frontend library vendoring
Full Release Notes
将原先依赖 jsdelivr CDN 的 7 个前端库全部下载到 web/static/vendor/ 并改成本地引用,内网/离线部署不再因外网不可达导致 JS 加载不全。 --- All seven frontend libraries that previously loaded from the jsdelivr CDN were vendored under web/static/vendor/ and wired to local paths, so intranet/offline deployments no longer break when external CDNs are unreachable.