feat: 统一 Commilitia Drop 全客户端命名与分发
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user