feat: 血压计联动心率记录 + 侧边栏左滑手势

- 血压计测量含脉搏时自动同步为 HeartRate 记录
- 首页 Scaffold 增加左侧滑手势打开侧边栏
This commit is contained in:
MingNian
2026-06-26 16:55:13 +08:00
parent df37076c46
commit fa2cc994fa
2 changed files with 7 additions and 3 deletions

View File

@@ -101,6 +101,7 @@ class _HomePageState extends ConsumerState<HomePage> {
return Scaffold(
drawer: const HealthDrawer(),
drawerEdgeDragWidth: MediaQuery.of(context).size.width * 0.35,
body: AppBackground(
safeArea: true,
child: Column(