fix: 完善语义适配

This commit is contained in:
orz12
2024-03-01 02:06:51 +08:00
parent b0086f9013
commit 3c72fc6cf4
9 changed files with 24 additions and 12 deletions

View File

@@ -165,10 +165,12 @@ class VideoStat extends StatelessWidget {
Text(
liveItem!.areaName!,
style: const TextStyle(fontSize: 11, color: Colors.white),
semanticsLabel: "${liveItem!.areaName!}直播",
),
Text(
liveItem!.watchedShow!['text_small'],
style: const TextStyle(fontSize: 11, color: Colors.white),
semanticsLabel: "${liveItem!.watchedShow!['text_small']}围观",
),
],
),