feat: 统一 Commilitia Drop 全客户端命名与分发

This commit is contained in:
2026-07-31 22:56:10 +08:00
parent f7b0f04c9c
commit c480f0d1c2
77 changed files with 861 additions and 263 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "/",
"name": "Commilitia Drop",
"short_name": "cdrop",
"short_name": "Commilitia Drop",
"description": "跨设备剪贴板同步与点对点文件传输",
"lang": "zh-CN",
"start_url": "/",
+1 -1
View File
@@ -72,7 +72,7 @@ self.addEventListener("push", (event) =>
try { data = event.data ? event.data.json() : {}; }
catch (_e) { data = {}; }
const title = data.title || "cdrop";
const title = data.title || "Commilitia Drop";
const options = {
body: data.body || "",
tag: data.tag || undefined, // same tag replaces a stale notification in place