opt: follow btn text

This commit is contained in:
bggRGjQaUbCoE
2024-10-18 21:40:05 +08:00
parent 80885d9165
commit b0acf1d326
7 changed files with 35 additions and 18 deletions

View File

@@ -238,9 +238,11 @@ class UserInfoCard extends StatelessWidget {
TextSpan(
text: relation == -1
? '移除黑名单'
: isFollow
? ' 关注'
: '关注',
: relation == 2
? ' 特别关注'
: isFollow
? ' 已关注'
: '关注',
)
],
),