diff --git a/lib/pages/history/widgets/item.dart b/lib/pages/history/widgets/item.dart index a6f8779e8..1324ca8e9 100644 --- a/lib/pages/history/widgets/item.dart +++ b/lib/pages/history/widgets/item.dart @@ -373,7 +373,8 @@ class HistoryItem extends StatelessWidget { onSelected: (String type) {}, itemBuilder: (BuildContext context) => >[ - if (videoItem.badge != '番剧' && + if (videoItem.history?.business != 'pgc' && + videoItem.badge != '番剧' && !videoItem.tagName.contains('动画') && videoItem.history.business != 'live' && !videoItem.history.business.contains('article'))