refa video params

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-04 16:40:20 +08:00
parent 26ccb92b44
commit cf84a92808
33 changed files with 341 additions and 374 deletions

View File

@@ -42,11 +42,11 @@ class VideoCardV extends StatelessWidget {
await SearchHttp.ab2c(aid: videoItem.aid, bvid: bvid);
if (cid != null) {
PageUtils.toVideoPage(
'bvid=$bvid&cid=$cid',
arguments: {
'heroTag': heroTag,
'videoItem': videoItem,
},
aid: videoItem.aid,
bvid: bvid,
cid: cid,
cover: videoItem.cover,
title: videoItem.title,
);
}
break;