Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-12 20:02:20 +08:00
parent ba372a101b
commit 4de43faa2e
11 changed files with 86 additions and 59 deletions

View File

@@ -43,7 +43,7 @@ class BlackListController
..value.data!.removeAt(index)
..refresh();
total.value -= 1;
SmartDialog.showToast('操作成功');
SmartDialog.showToast('移除成功');
}
},
);