From edf35c5844e7f1fb06dc6fb6bfe61a16cecdbc66 Mon Sep 17 00:00:00 2001 From: DelLevin-Home Date: Wed, 20 May 2026 12:04:20 +0800 Subject: [PATCH] ... --- lib/pages/sync/cloud_sync_page.dart | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lib/pages/sync/cloud_sync_page.dart b/lib/pages/sync/cloud_sync_page.dart index a776acd..7119808 100644 --- a/lib/pages/sync/cloud_sync_page.dart +++ b/lib/pages/sync/cloud_sync_page.dart @@ -33,20 +33,6 @@ class CloudSyncPage extends StatelessWidget { }, ), - const SizedBox(height: 16), - - // 服务器同步选项(暂未开放) - _buildSyncOption( - context, - icon: Icons.cloud_outlined, - title: '服务器同步', - subtitle: '通过自建服务器同步数据(开发中)', - enabled: false, - onTap: () { - // 暂未开放 - }, - ), - const SizedBox(height: 32), // 说明文字