mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 07:06: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(
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user