fix:隐藏修改多余

This commit is contained in:
jingyun
2026-06-22 15:33:38 +08:00
parent ab99010306
commit 3513fbac0f
2 changed files with 47 additions and 48 deletions
@@ -98,26 +98,25 @@ class SettingsPage extends HookConsumerWidget {
],
),
const SizedBox(height: 22),
const _Section('备份'),
_Card(
children: [
_NavRow(
icon: FlutterRemix.download_2_line,
label: '本地导出备份',
trailing: '导出',
onTap: () => _showLocalBackupSheet(context),
),
Divider(height: 1, thickness: 1, color: cs.border),
_NavRow(
icon: FlutterRemix.cloud_line,
label: '云备份',
trailing: '占位',
onTap: () => _showCloudBackupSheet(context),
),
],
),
// const SizedBox(height: 22),
// const _Section('备份'),
// _Card(
// children: [
// _NavRow(
// icon: FlutterRemix.download_2_line,
// label: '本地导出备份',
// trailing: '导出',
// onTap: () => _showLocalBackupSheet(context),
// ),
// Divider(height: 1, thickness: 1, color: cs.border),
// _NavRow(
// icon: FlutterRemix.cloud_line,
// label: '云备份',
// trailing: '占位',
// onTap: () => _showCloudBackupSheet(context),
// ),
// ],
// ),
const SizedBox(height: 22),
const _Section('工具'),
_Card(