Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-24 21:07:26 +08:00
parent f1b79eeafc
commit 56ca0cade4
11 changed files with 137 additions and 117 deletions

View File

@@ -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) {