diff --git a/ui/lib/activity.dart b/ui/lib/activity.dart index 375340f..5b6172a 100644 --- a/ui/lib/activity.dart +++ b/ui/lib/activity.dart @@ -122,6 +122,14 @@ class _ActivityPageState extends ConsumerState color: Colors.green, ), ); + } else if (ac.status == "removed") { + return const Tooltip( + message: "已删除", + child: Icon( + Icons.remove, + //color: Colors.orange, + ), + ); } double p = ac.progress == null