mod: allow check out episode anyway

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-18 20:37:05 +08:00
parent 690ad6840b
commit 15c1449998
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ class _ListSheetContentState extends State<ListSheetContent>
}
if (vipStatus != 1) {
SmartDialog.showToast('需要大会员');
return;
// return;
}
}
SmartDialog.showToast('切换到:$title');

View File

@@ -155,7 +155,7 @@ class _BangumiPanelState extends State<BangumiPanel> {
widget.pages[i].badge == '会员' &&
vipStatus != 1) {
SmartDialog.showToast('需要大会员');
return;
// return;
}
widget.changeFuc(
widget.pages[i].epId,