fix: follow up (#702)

This commit is contained in:
My-Responsitories
2025-04-17 07:55:14 +08:00
committed by GitHub
parent cb6ead96d1
commit 12c711424b
7 changed files with 35 additions and 32 deletions

View File

@@ -890,6 +890,7 @@ class _VideoInfoState extends State<VideoInfo> {
2 => '已关注',
6 => '已互关',
128 => '已拉黑',
-10 => '特别关注',
_ => '关注'
},
style: TextStyle(fontSize: t.textTheme.labelMedium!.fontSize),