数据备份

This commit is contained in:
DelLevin-Home
2026-03-07 11:55:27 +08:00
parent 082145ff79
commit 874e21708a
21 changed files with 73 additions and 512 deletions

View File

@@ -248,9 +248,7 @@ class _MoviePostersPageState extends State<MoviePostersPage> {
}
} catch (e) {
if (mounted) {
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(content: Text('添加海报失败: $e')),
);
ToastUtil.show(context, '添加海报失败: $e');
}
}
}