feat(用药管理): 集成AI智能分析功能,提供用药依从性深度洞察和专业健康建议
This commit is contained in:
@@ -359,7 +359,7 @@ export class MoodNotificationHelpers {
|
||||
data: {
|
||||
type: 'mood_reminder',
|
||||
isDailyReminder: true,
|
||||
url: '/mood-statistics' // 跳转到心情统计页面
|
||||
url: '/mood/edit' // 跳转到心情记录页面
|
||||
},
|
||||
sound: true,
|
||||
priority: 'normal',
|
||||
@@ -388,7 +388,7 @@ export class MoodNotificationHelpers {
|
||||
body: `${userName},夜深了~来记录一下今天的心情吧!每一份情感都值得被珍藏 ✨💕`,
|
||||
data: {
|
||||
type: 'mood_reminder',
|
||||
url: '/mood-statistics'
|
||||
url: '/mood/edit'
|
||||
},
|
||||
sound: true,
|
||||
priority: 'normal',
|
||||
|
||||
Reference in New Issue
Block a user