opt: relation

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-20 20:06:13 +08:00
parent f9e28d1de9
commit a2af297a84
2 changed files with 2 additions and 3 deletions

View File

@@ -388,8 +388,7 @@ class UserInfoCard extends StatelessWidget {
0 => '关注',
1 => '悄悄关注',
2 => '已关注',
4 => '互相关注',
6 => '已互关',
4 || 6 => '已互关',
128 => '移除黑名单',
-10 => '特别关注', // 该状态码并不是官方状态码
_ => relation.toString(),

View File

@@ -855,7 +855,7 @@ class _VideoInfoState extends State<VideoInfo> {
switch (attr) {
1 => '悄悄关注',
2 => '已关注',
6 => '已互关',
4 || 6 => '已互关',
128 => '已拉黑',
-10 => '特别关注',
_ => '关注'