From 242fde92f6b977f1a7a1c6fb704fc5df10cc99a0 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Mon, 6 Jan 2025 09:26:48 +0800 Subject: [PATCH] opt: history item menu Signed-off-by: bggRGjQaUbCoE --- lib/pages/history/widgets/item.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'))