mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: allow check out episode anyway
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -178,7 +178,7 @@ class _ListSheetContentState extends State<ListSheetContent>
|
||||
}
|
||||
if (vipStatus != 1) {
|
||||
SmartDialog.showToast('需要大会员');
|
||||
return;
|
||||
// return;
|
||||
}
|
||||
}
|
||||
SmartDialog.showToast('切换到:$title');
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user