Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-29 20:13:11 +08:00
parent 924d51d41b
commit 8aeb035e55
13 changed files with 220 additions and 244 deletions

View File

@@ -416,13 +416,14 @@ class _BangumiIntroPanelState extends State<BangumiIntroPanel>
return Row(
spacing: 6,
children: [
Text(
(bangumiItem.areas!.isNotEmpty ? bangumiItem.areas!.first.name! : ''),
style: TextStyle(
fontSize: 12,
color: theme.colorScheme.outline,
if (bangumiItem.areas?.isNotEmpty == true)
Text(
bangumiItem.areas!.first.name!,
style: TextStyle(
fontSize: 12,
color: theme.colorScheme.outline,
),
),
),
Text(
bangumiItem.publish!.pubTimeShow!,
style: TextStyle(