opt: horizontal part view

Closes #128

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-09 13:53:19 +08:00
parent 6d9651070e
commit 33465db0c3
3 changed files with 39 additions and 12 deletions

View File

@@ -91,8 +91,8 @@ class VideoCardH extends StatelessWidget {
seasonId: isSeason ? id : null,
epId: isSeason ? null : id,
);
return;
}
return;
}
try {
final int cid =

View File

@@ -39,8 +39,7 @@ class VideoCardV extends StatelessWidget {
SmartDialog.showToast('暂不支持电影观看');
return;
}
int epId = videoItem.param;
Utils.viewBangumi(epId: epId);
Utils.viewBangumi(epId: videoItem.param);
// SmartDialog.showLoading(msg: '资源获取中');
// var result = await SearchHttp.bangumiInfo(seasonId: null, epId: epId);
// SmartDialog.dismiss();