v1.0.4 修复
- 域名访问空白页(iOS Safari 缓存):DSH 主服务器对 index.html 无缓存头,iOS Safari 启发式缓存旧页面,旧 bundle 文件名在新构建后 404,导致「空白页 + 徽标正常」而 IP 直连却正常。修复:
- 网关代理对 HTML 响应强制 cache-control: no-store
- tapIndex 注入 Cache-Control: no-store meta 双保险
- 空白页诊断横幅:域名直连主服务器(绕过网关,/api 信任围栏 403)时 5 秒后显示横幅,引导改用网关端口(tailscale serve 3081)
- README 安装示例锁定 v1.0.4
安装:dsh plugin --profile web add dsh-mobile-access@github:TongaiLinC/dsh-mobile-access#v1.0.4