mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-30 23:40:13 +08:00
@@ -268,7 +268,7 @@ class _EpisodePanelState extends State<EpisodePanel>
|
||||
|
||||
double _calcItemHeight(ugc.BaseEpisodeItem episode) {
|
||||
if (episode is ugc.EpisodeItem && episode.pages!.length > 1) {
|
||||
return 157; // 110 + 2 + 10 + 35
|
||||
return 167; // 110 + 2 + 10 + 45
|
||||
}
|
||||
return 112;
|
||||
}
|
||||
@@ -318,7 +318,7 @@ class _EpisodePanelState extends State<EpisodePanel>
|
||||
vertical: 5,
|
||||
), // 10
|
||||
child: PagesPanel(
|
||||
// 35
|
||||
// 45
|
||||
list: isCurrTab && isCurrItem
|
||||
? null
|
||||
: episode.pages,
|
||||
@@ -433,6 +433,7 @@ class _EpisodePanelState extends State<EpisodePanel>
|
||||
type: .transparency,
|
||||
child: InkWell(
|
||||
onTap: () {
|
||||
if (isCurrentIndex) return;
|
||||
if (episode.badge == "会员" &&
|
||||
Accounts.mainEqVideo &&
|
||||
vipStatus != 1) {
|
||||
|
||||
Reference in New Issue
Block a user