opt: http2https

This commit is contained in:
bggRGjQaUbCoE
2024-10-12 21:06:30 +08:00
parent cfcfa2da5b
commit 86a21d8fc4
5 changed files with 21 additions and 11 deletions

View File

@@ -68,7 +68,7 @@ class NetworkImgLayer extends StatelessWidget {
: StyleString.imgRadius.x,
),
child: CachedNetworkImage(
imageUrl: imageUrl,
imageUrl: imageUrl.http2https,
width: width,
height:
ignoreHeight == null || ignoreHeight == false ? height : null,