feat:增加日程模块
This commit is contained in:
@@ -136,8 +136,8 @@ class TodoPageState extends State<TodoPage> {
|
||||
if (todo.scheduledTime != null) {
|
||||
await notifyService.scheduleNotification(
|
||||
id: todo.id,
|
||||
title: todo.title,
|
||||
body: todo.content,
|
||||
title: '待办提醒',
|
||||
body: todo.title,
|
||||
scheduledTime: todo.scheduledTime!,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user