feat:增加日程模块

This commit is contained in:
2025-11-13 15:53:29 +08:00
parent 63719406d9
commit 54bed08b7b
15 changed files with 830 additions and 20 deletions

View File

@@ -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!,
);
}