mod: user search widget

Closes #280

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-17 23:10:48 +08:00
parent 7ddc3adfaa
commit 571f358280

View File

@@ -126,11 +126,9 @@ Widget searchUserPanel(context, searchPanelCtr, LoadingState loadingState) {
),
],
),
Row(
children: [
Text('粉丝:${i.fans} ', style: style),
Text(' 视频:${i.videos}', style: style)
],
Text(
'粉丝:${Utils.numFormat(i.fans)} 视频:${Utils.numFormat(i.videos)}',
style: style,
),
if (i.officialVerify['desc'] != '')
Text(