web:PWA 短名 CDrop → cdrop(去驼峰孤例)
面向用户的短名统一为小写 cdrop(与桌面窗口标题/菜单栏/启动提示一致);全名 Commilitia Drop 仍用于 manifest.name、<title>、品牌字标。改 site.webmanifest short_name + index.html apple-mobile-web-app-title / application-name。
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@
|
|||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta name="mobile-web-app-capable" content="yes" />
|
<meta name="mobile-web-app-capable" content="yes" />
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||||
<meta name="apple-mobile-web-app-title" content="CDrop" />
|
<meta name="apple-mobile-web-app-title" content="cdrop" />
|
||||||
<meta name="application-name" content="CDrop" />
|
<meta name="application-name" content="cdrop" />
|
||||||
<!-- 预取品牌 logo:登录跳转回来后首页 header 立即用到;早取 + 后端一周缓存,
|
<!-- 预取品牌 logo:登录跳转回来后首页 header 立即用到;早取 + 后端一周缓存,
|
||||||
避免那一刻才发起请求导致的闪烁重载。 -->
|
避免那一刻才发起请求导致的闪烁重载。 -->
|
||||||
<link rel="preload" as="image" href="/logo-mark.png" />
|
<link rel="preload" as="image" href="/logo-mark.png" />
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "/",
|
"id": "/",
|
||||||
"name": "Commilitia Drop",
|
"name": "Commilitia Drop",
|
||||||
"short_name": "CDrop",
|
"short_name": "cdrop",
|
||||||
"description": "跨设备剪贴板同步与点对点文件传输",
|
"description": "跨设备剪贴板同步与点对点文件传输",
|
||||||
"lang": "zh-CN",
|
"lang": "zh-CN",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
|
|||||||
Reference in New Issue
Block a user