Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-15 12:24:39 +08:00
parent cb58822009
commit bdc524e486
29 changed files with 223 additions and 248 deletions

View File

@@ -154,11 +154,11 @@ class _CreateFavPageState extends State<CreateFavPage> {
dir: 'cover',
).then((res) {
if (context.mounted) {
if (res['status']) {
_cover = res['data']['location'];
if (res case Success(:final response)) {
_cover = response['location'];
(context as Element).markNeedsBuild();
} else {
SmartDialog.showToast(res['msg']);
res.toast();
}
}
if (PlatformUtils.isMobile) {