feat:更新代办事项存储功能

This commit is contained in:
2025-11-07 21:24:09 +08:00
parent 00e65bc5be
commit 27f0638c01
9 changed files with 80 additions and 92 deletions

View File

@@ -70,7 +70,7 @@ class Todo extends HiveObject {
static Todo getEmpty() {
return Todo(
id: 0,
id: DateTime.now().millisecondsSinceEpoch,
title: '',
content: '',
isCompleted: false,