From 7082ccc6bfc90d043a6fd0ac62498e5ce38cafc1 Mon Sep 17 00:00:00 2001 From: commilitia Date: Mon, 15 Jun 2026 22:32:34 +0800 Subject: [PATCH] =?UTF-8?q?web=EF=BC=9APWA=20=E7=9F=AD=E5=90=8D=20CDrop=20?= =?UTF-8?q?=E2=86=92=20cdrop=EF=BC=88=E5=8E=BB=E9=A9=BC=E5=B3=B0=E5=AD=A4?= =?UTF-8?q?=E4=BE=8B=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 面向用户的短名统一为小写 cdrop(与桌面窗口标题/菜单栏/启动提示一致);全名 Commilitia Drop 仍用于 manifest.name、、品牌字标。改 site.webmanifest short_name + index.html apple-mobile-web-app-title / application-name。 --- web/index.html | 4 ++-- web/public/site.webmanifest | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/index.html b/web/index.html index e497c68..b1e2b41 100644 --- a/web/index.html +++ b/web/index.html @@ -19,8 +19,8 @@ <meta name="apple-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-title" content="CDrop" /> - <meta name="application-name" content="CDrop" /> + <meta name="apple-mobile-web-app-title" content="cdrop" /> + <meta name="application-name" content="cdrop" /> <!-- 预取品牌 logo:登录跳转回来后首页 header 立即用到;早取 + 后端一周缓存, 避免那一刻才发起请求导致的闪烁重载。 --> <link rel="preload" as="image" href="/logo-mark.png" /> diff --git a/web/public/site.webmanifest b/web/public/site.webmanifest index 445138e..2c8e5c2 100644 --- a/web/public/site.webmanifest +++ b/web/public/site.webmanifest @@ -1,7 +1,7 @@ { "id": "/", "name": "Commilitia Drop", - "short_name": "CDrop", + "short_name": "cdrop", "description": "跨设备剪贴板同步与点对点文件传输", "lang": "zh-CN", "start_url": "/",