优化备份逻辑,连同头像一起备份

This commit is contained in:
DelLevin-Home
2026-03-13 16:18:25 +08:00
parent 9ad9eb1e94
commit bd9b82f6e1
9 changed files with 197 additions and 50 deletions

View File

@@ -438,7 +438,10 @@ class _ProfilePageState extends State<ProfilePage> {
Navigator.push(
context,
MaterialPageRoute(builder: (context) => const BackupPage()),
);
).then((_) {
// 返回时刷新用户数据
_loadUserData();
});
},
),
const Divider(height: 1, indent: 72, endIndent: 16, color: Color(0xFFE8E8E8)),