tmex-cli 0.6.5 → 0.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
/>
|
|
12
12
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
13
13
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
14
|
-
|
|
14
|
+
<!-- use-credentials:站点可能部署在 Cloudflare Access 等 cookie 认证之后,
|
|
15
|
+
manifest 请求默认不带 cookie 会被 302 到登录页,导致 PWA 不可安装 -->
|
|
16
|
+
<link rel="manifest" href="/api/manifest.webmanifest" crossorigin="use-credentials" />
|
|
15
17
|
<link rel="apple-touch-icon" href="/tmex.png" />
|
|
16
18
|
<meta name="description" content="tmex - Web 接入多设备 tmux 的终端控制平台" />
|
|
17
19
|
<title>tmex</title>
|