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

@@ -59,7 +59,7 @@ class _GroupPanelState extends State<GroupPanel> {
tags.isEmpty ? '0' : tags.join(','),
);
if (res.isSuccess) {
SmartDialog.showToast('操作成功');
SmartDialog.showToast('保存成功');
Get.back(result: tags);
} else {
res.toast();