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:
2026-06-15 22:32:34 +08:00
parent 5c28ddf9b8
commit 7082ccc6bf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "/",
"name": "Commilitia Drop",
"short_name": "CDrop",
"short_name": "cdrop",
"description": "跨设备剪贴板同步与点对点文件传输",
"lang": "zh-CN",
"start_url": "/",