云备份界面优化

This commit is contained in:
DelLevin-Home
2026-07-03 01:33:55 +08:00
parent 48c1b05410
commit 25d2efda6a
9 changed files with 305 additions and 297 deletions

View File

@@ -24,6 +24,15 @@ class CloudSyncPage extends StatelessWidget {
onTap: () =>
Navigator.push(context, MaterialPageRoute(builder: (_) => const WebDAVSyncPage())),
),
const SizedBox(height: 12),
_buildOption(
colors: colors,
icon: Icons.cloud_sync_outlined,
title: '服务器云同步',
subtitle: '自建云同步服务器,多端同步更改',
onTap: () {},
enabled: false,
),
const SizedBox(height: 20),
_buildInfo(colors),
],