mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
@@ -181,21 +181,23 @@ class AuthorPanel extends StatelessWidget {
|
|||||||
Positioned(
|
Positioned(
|
||||||
top: 0,
|
top: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
height: height,
|
bottom: 0,
|
||||||
child: CachedNetworkImage(
|
child: Center(
|
||||||
height: height,
|
child: CachedNetworkImage(
|
||||||
memCacheHeight: height.cacheSize(context),
|
height: height,
|
||||||
imageUrl: ImageUtils.safeThumbnailUrl(
|
memCacheHeight: height.cacheSize(context),
|
||||||
moduleAuthor.decorate!.cardUrl,
|
imageUrl: ImageUtils.safeThumbnailUrl(
|
||||||
|
moduleAuthor.decorate!.cardUrl,
|
||||||
|
),
|
||||||
|
placeholder: (_, _) => const SizedBox.shrink(),
|
||||||
),
|
),
|
||||||
placeholder: (_, _) => const SizedBox.shrink(),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (moduleAuthor.decorate!.fan?.numStr?.isNotEmpty == true)
|
if (moduleAuthor.decorate!.fan?.numStr?.isNotEmpty == true)
|
||||||
Positioned(
|
Positioned(
|
||||||
top: 0,
|
top: 0,
|
||||||
|
bottom: 0,
|
||||||
right: height,
|
right: height,
|
||||||
height: height,
|
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Text(
|
child: Text(
|
||||||
moduleAuthor.decorate!.fan!.numStr!.toString(),
|
moduleAuthor.decorate!.fan!.numStr!.toString(),
|
||||||
|
|||||||
Reference in New Issue
Block a user