mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 02:56:58 +08:00
opt follow btn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -816,7 +816,7 @@ class _VideoInfoState extends State<VideoInfo> {
|
||||
return TextButton(
|
||||
onPressed: () => videoIntroController.actionRelationMod(context),
|
||||
style: TextButton.styleFrom(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 18),
|
||||
tapTargetSize: MaterialTapTargetSize.shrinkWrap,
|
||||
visualDensity: const VisualDensity(vertical: -2.8),
|
||||
foregroundColor: attr != 0
|
||||
? t.colorScheme.outline
|
||||
@@ -832,7 +832,7 @@ class _VideoInfoState extends State<VideoInfo> {
|
||||
4 || 6 => '已互关',
|
||||
128 => '已拉黑',
|
||||
-10 => '特别关注',
|
||||
_ => '关注'
|
||||
_ => ' 关注 '
|
||||
},
|
||||
style: const TextStyle(fontSize: 13),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user