feat: 搜索直播间、用户

This commit is contained in:
guozhigq
2023-06-20 22:52:47 +08:00
parent 7e7892aab2
commit c2f8f143f8
15 changed files with 801 additions and 59 deletions

View File

@ -36,7 +36,7 @@ class NetworkImgLayer extends StatelessWidget {
? 0
: StyleString.imgRadius.x),
child: CachedNetworkImage(
imageUrl: src!,
imageUrl: src!.startsWith('//') ? 'https:${src!}' : src!,
width: width ?? double.infinity,
height: height ?? double.infinity,
alignment: Alignment.center,