mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 07:06:14 +08:00
opt: fav article
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -73,15 +73,13 @@ class FavArticleItem extends StatelessWidget {
|
||||
),
|
||||
Row(
|
||||
children: [
|
||||
StatView(
|
||||
context: context,
|
||||
value: item['stat']['view'] == ''
|
||||
? 0
|
||||
: item['stat']['view'],
|
||||
goto: 'picture',
|
||||
textColor: Theme.of(context).colorScheme.outline,
|
||||
),
|
||||
const SizedBox(width: 16),
|
||||
// StatView(
|
||||
// context: context,
|
||||
// value: item['stat']['view'],
|
||||
// goto: 'picture',
|
||||
// textColor: Theme.of(context).colorScheme.outline,
|
||||
// ),
|
||||
// const SizedBox(width: 16),
|
||||
StatView(
|
||||
context: context,
|
||||
goto: 'like',
|
||||
|
||||
Reference in New Issue
Block a user