opt
This commit is contained in:
@@ -89,9 +89,8 @@ const checkReminders = async (currentMin: number) => {
|
||||
}
|
||||
|
||||
for (const r of dueReminders) {
|
||||
showToast(`⏰ 提醒: ${r.content}`);
|
||||
if (hasPermission) {
|
||||
sendNotification({ title: '瞬影 提醒', body: r.content });
|
||||
sendNotification({ title: '', body: r.content });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user