feat:增加删除闪灵功能

This commit is contained in:
2025-11-10 16:39:51 +08:00
parent d25d347bcd
commit 4ac7b2a698
5 changed files with 131 additions and 23 deletions

View File

@@ -45,9 +45,7 @@ class TodoPageState extends State<TodoPage> {
return buildBody(
child: Column(
children: [
// 统计信息卡片
buildStatsCard(_todos),
// 选项卡
buildTabs(
currentTab: _currentTab,
onTabChanged: (value) {