Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-01 11:01:31 +08:00
parent 0a5965a423
commit 77dd939172
10 changed files with 40 additions and 40 deletions

View File

@@ -144,11 +144,9 @@ class _PgcIntroPageState extends State<PgcIntroPage> {
clipBehavior: Clip.none,
children: [
GestureDetector(
onTap: () {
PageUtils.imageView(
imgList: [SourceModel(url: item.cover!)],
);
},
onTap: () => PageUtils.imageView(
imgList: [SourceModel(url: item.cover!)],
),
child: Hero(
tag: item.cover!,
child: NetworkImgLayer(