mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 17:16:29 +08:00
opt follow btn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -157,9 +157,7 @@ Widget videoSeasonWidget(
|
||||
arguments: {'face': item.modules.moduleAuthor!.face},
|
||||
),
|
||||
child: Text(
|
||||
item.modules.moduleAuthor?.type == null
|
||||
? '@${item.modules.moduleAuthor!.name}'
|
||||
: item.modules.moduleAuthor!.name!,
|
||||
'@${item.modules.moduleAuthor!.name}',
|
||||
style: TextStyle(color: theme.colorScheme.primary),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user