mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: user search widget
Closes #280 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user