mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 03:54:49 +08:00
@@ -98,6 +98,7 @@ Widget content(
|
||||
height: item.height,
|
||||
url: item.url ?? '',
|
||||
liveUrl: item.liveUrl,
|
||||
size: item.size,
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
|
||||
@@ -278,6 +278,7 @@ TextSpan? richNode(
|
||||
url: item.src ?? '',
|
||||
width: item.width,
|
||||
height: item.height,
|
||||
size: item.size,
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
@@ -294,7 +295,9 @@ TextSpan? richNode(
|
||||
void onView(List<OpusPicModel> list) {
|
||||
PageUtils.imageView(
|
||||
imgList: list
|
||||
.map((e) => SourceModel(url: e.src!))
|
||||
.map(
|
||||
(e) => SourceModel(url: e.src!, size: e.size),
|
||||
)
|
||||
.toList(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user