mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 07:36:14 +08:00
opt article pics
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -198,8 +198,8 @@ class OpusContent extends StatelessWidget {
|
|||||||
return imageView(
|
return imageView(
|
||||||
maxWidth,
|
maxWidth,
|
||||||
element.pic!.pics!
|
element.pic!.pics!
|
||||||
.map(
|
.map((e) => ImageModel(
|
||||||
(e) => ImageModel(width: 1, height: 1, url: e.url!))
|
width: e.width, height: e.height, url: e.url!))
|
||||||
.toList());
|
.toList());
|
||||||
}
|
}
|
||||||
case 3 when (element.line != null):
|
case 3 when (element.line != null):
|
||||||
|
|||||||
Reference in New Issue
Block a user