This commit is contained in:
DelLevin-Home
2026-03-07 23:20:24 +08:00
parent dc513fb6f6
commit d28c5e562e
24 changed files with 1983 additions and 636 deletions

View File

@@ -396,7 +396,7 @@ class _ProfilePageState extends State<ProfilePage> {
_buildMenuItem(
icon: Icons.backup_outlined,
title: '数据备份',
title: '本地备份',
onTap: () {
Navigator.push(
context,
@@ -408,7 +408,7 @@ class _ProfilePageState extends State<ProfilePage> {
_buildMenuItem(
icon: Icons.cloud_sync_outlined,
title: '同步',
title: '备份',
onTap: () {
Navigator.push(
context,