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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "/",
|
||||
"name": "Commilitia Drop",
|
||||
"short_name": "CDrop",
|
||||
"short_name": "cdrop",
|
||||
"description": "跨设备剪贴板同步与点对点文件传输",
|
||||
"lang": "zh-CN",
|
||||
"start_url": "/",
|
||||
|
||||
Reference in New Issue
Block a user