🐛 Fix notify

This commit is contained in:
LittleSheep 2024-03-31 18:11:45 +08:00
parent 86b7fd85af
commit ff9f9b574b

View File

@ -58,7 +58,7 @@ export const useNotifications = defineStore("notifications", () => {
total.value++ total.value++
if (Capacitor.getPlatform() === "web") { if (Capacitor.getPlatform() === "web") {
new Notification(data["id"], { new Notification(data["subject"], {
body: data["subject"] body: data["subject"]
}) })
} else { } else {