feat:更新api模块

This commit is contained in:
2025-11-17 22:36:20 +08:00
parent 504ee073ce
commit 6bba9a488c
17 changed files with 478 additions and 221 deletions

View File

@@ -106,20 +106,10 @@ List<StatelessWidget> homeActions(BuildContext context) {
// 搜索功能
},
),
IconButton(
icon: Icon(Icons.add, color: Colors.white),
onPressed: () {
Navigator.pushNamed(context, '/recordForm');
},
),
// Builder(
// builder: (BuildContext context) {
// return IconButton(
// icon: Icon(Icons.settings, color: Colors.white),
// onPressed: () {
// Scaffold.of(context).openEndDrawer();
// },
// );
// IconButton(
// icon: Icon(Icons.add, color: Colors.white),
// onPressed: () {
// Navigator.pushNamed(context, '/recordForm');
// },
// ),
];