mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-18 23:23:58 +08:00
fix pgc areas showing
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -147,17 +147,17 @@ class _IntroDetailState extends State<PgcIntroPanel>
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 4),
|
const SizedBox(height: 4),
|
||||||
Row(
|
Row(
|
||||||
|
spacing: 6,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
if (widget.item.areas?.isNotEmpty ?? false)
|
||||||
widget.item.areas!.first.name!,
|
Text(
|
||||||
style: smallTitle,
|
widget.item.areas!.first.name!,
|
||||||
),
|
style: smallTitle,
|
||||||
const SizedBox(width: 6),
|
),
|
||||||
Text(
|
Text(
|
||||||
widget.item.publish!.pubTimeShow!,
|
widget.item.publish!.pubTimeShow!,
|
||||||
style: smallTitle,
|
style: smallTitle,
|
||||||
),
|
),
|
||||||
const SizedBox(width: 6),
|
|
||||||
Text(
|
Text(
|
||||||
widget.item.newEp!.desc!,
|
widget.item.newEp!.desc!,
|
||||||
style: smallTitle,
|
style: smallTitle,
|
||||||
|
|||||||
Reference in New Issue
Block a user