feat: 优化睡眠数据

This commit is contained in:
richarjiang
2025-09-09 10:01:11 +08:00
parent 9ccd15319e
commit cacfde064f
16 changed files with 1212 additions and 291 deletions

View File

@@ -162,6 +162,8 @@ async function executeBackgroundTasks(): Promise<void> {
return;
}
await sendTestNotification()
// 执行喝水提醒检查任务
await executeWaterReminderTask();