mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: history item menu
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -373,7 +373,8 @@ class HistoryItem extends StatelessWidget {
|
|||||||
onSelected: (String type) {},
|
onSelected: (String type) {},
|
||||||
itemBuilder: (BuildContext context) =>
|
itemBuilder: (BuildContext context) =>
|
||||||
<PopupMenuEntry<String>>[
|
<PopupMenuEntry<String>>[
|
||||||
if (videoItem.badge != '番剧' &&
|
if (videoItem.history?.business != 'pgc' &&
|
||||||
|
videoItem.badge != '番剧' &&
|
||||||
!videoItem.tagName.contains('动画') &&
|
!videoItem.tagName.contains('动画') &&
|
||||||
videoItem.history.business != 'live' &&
|
videoItem.history.business != 'live' &&
|
||||||
!videoItem.history.business.contains('article'))
|
!videoItem.history.business.contains('article'))
|
||||||
|
|||||||
Reference in New Issue
Block a user