Browse Source

增加im在线监测

dev-2.0
王子贤 1 month ago
parent
commit
b921d254d5
1 changed files with 1 additions and 1 deletions
  1. 2
      lib/pages/home/content_card.dart

2
lib/pages/home/content_card.dart

@ -120,7 +120,7 @@ class _CardHeader extends StatelessWidget {
),
),
//
if (isLive)
if (item.liveStreaming)
Container(
padding: const EdgeInsets.symmetric(
horizontal: 8,

Loading…
Cancel
Save