Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-09 12:00:35 +08:00
parent c67866a148
commit dc9b345e99
9 changed files with 234 additions and 196 deletions

View File

@@ -193,14 +193,13 @@ class _PgcPanelState extends State<PgcPanel> {
const SizedBox(width: 2),
if (item.badge != null) ...[
const Spacer(),
if (item.badge == '会员') ...[
if (item.badge == '会员')
Image.asset(
'assets/images/big-vip.png',
height: 16,
semanticLabel: "大会员",
),
],
if (item.badge != '会员') ...[
)
else
Text(
item.badge!,
style: TextStyle(
@@ -208,7 +207,6 @@ class _PgcPanelState extends State<PgcPanel> {
color: theme.colorScheme.primary,
),
),
],
]
],
),