opt article pics

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-07 18:16:19 +08:00
parent f77f853fd1
commit f151e63923

View File

@@ -198,8 +198,8 @@ class OpusContent extends StatelessWidget {
return imageView(
maxWidth,
element.pic!.pics!
.map(
(e) => ImageModel(width: 1, height: 1, url: e.url!))
.map((e) => ImageModel(
width: e.width, height: e.height, url: e.url!))
.toList());
}
case 3 when (element.line != null):