feat: 支持饮水记录卡片

This commit is contained in:
richarjiang
2025-09-02 15:50:35 +08:00
parent ed694f6142
commit 85a3c742df
16 changed files with 2066 additions and 56 deletions

View File

@@ -100,8 +100,7 @@ export class NotificationService {
this.setupNotificationListeners();
// 检查已存在的通知
const existingNotifications = await this.getAllScheduledNotifications();
console.log('已存在的通知数量:', existingNotifications.length);
await this.getAllScheduledNotifications();
this.isInitialized = true;
console.log('推送通知服务初始化成功');