mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-27 04:26:58 +08:00
lint
opt pages Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -82,18 +82,18 @@ class ArticleListItem extends StatelessWidget {
|
||||
children: [
|
||||
StatWidget(
|
||||
value: item.stats?.view,
|
||||
textColor: theme.colorScheme.outline,
|
||||
color: theme.colorScheme.outline,
|
||||
type: StatType.view,
|
||||
),
|
||||
StatWidget(
|
||||
type: StatType.like,
|
||||
value: item.stats?.like,
|
||||
textColor: theme.colorScheme.outline,
|
||||
color: theme.colorScheme.outline,
|
||||
),
|
||||
StatWidget(
|
||||
type: StatType.reply,
|
||||
value: item.stats?.reply,
|
||||
textColor: theme.colorScheme.outline,
|
||||
color: theme.colorScheme.outline,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user