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( Text(
children: [ '粉丝:${Utils.numFormat(i.fans)} 视频:${Utils.numFormat(i.videos)}',
Text('粉丝:${i.fans} ', style: style), style: style,
Text(' 视频:${i.videos}', style: style)
],
), ),
if (i.officialVerify['desc'] != '') if (i.officialVerify['desc'] != '')
Text( Text(