feat: 更新睡眠详情页面,添加睡眠等级和信息模态框组件,优化统计卡片样式,移除测试通知功能

This commit is contained in:
richarjiang
2025-09-08 10:09:39 +08:00
parent e91283fe4e
commit f9a175d76c
2 changed files with 427 additions and 108 deletions

View File

@@ -162,9 +162,6 @@ async function executeBackgroundTasks(): Promise<void> {
return;
}
// 发送测试通知以验证任务是否正在执行
await sendTestNotification();
// 执行喝水提醒检查任务
await executeWaterReminderTask();