This commit is contained in:
DelLevin-Home
2026-03-07 14:58:26 +08:00
parent 874e21708a
commit dc513fb6f6
19 changed files with 2062 additions and 230 deletions

View File

@@ -30,7 +30,7 @@ class _BackupPageState extends State<BackupPage> {
// 导出数据
_buildSection(
title: '导出数据',
description: '将所有数据导出为 JSON 文件,可用于备份或迁移到其他设备',
description: '将所有数据导出为 zip 文件,可用于备份或迁移到其他设备',
icon: Icons.upload_outlined,
buttonText: '导出',
isLoading: _isExporting,