Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-31 12:13:38 +08:00
parent 2e11247af4
commit 63e4bac204
62 changed files with 316 additions and 162 deletions

View File

@@ -126,7 +126,7 @@ class _PgcIntroPageState extends State<PgcIntroPage> {
slivers: img.map((e) {
return SliverToBoxAdapter(
child: NetworkImgLayer(
radius: 0,
type: .emote,
src: e.url,
width: imgWidth,
height: imgWidth * e.aspectRatio,
@@ -153,7 +153,6 @@ class _PgcIntroPageState extends State<PgcIntroPage> {
width: 115,
height: 153,
src: item.cover!,
semanticsLabel: '封面',
),
),
),