fix:隐藏修改多余
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user