feat: 支持饮水记录卡片
This commit is contained in:
@@ -319,8 +319,6 @@ export class NutritionNotificationHelpers {
|
||||
// 检查是否已经存在午餐提醒
|
||||
const existingNotifications = await notificationService.getAllScheduledNotifications();
|
||||
|
||||
|
||||
console.log('existingNotifications', existingNotifications);
|
||||
const existingLunchReminder = existingNotifications.find(
|
||||
notification =>
|
||||
notification.content.data?.type === 'lunch_reminder' &&
|
||||
|
||||
Reference in New Issue
Block a user