count format

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-25 15:54:08 +08:00
parent b674d102e3
commit 18f8831b7e
4 changed files with 6 additions and 5 deletions

View File

@@ -163,7 +163,8 @@ class _ArticleListPageState extends State<ArticleListPage> {
Text.rich(
TextSpan(
children: [
TextSpan(text: '${item.articlesCount}篇专栏'),
TextSpan(
text: '${Utils.numFormat(item.articlesCount)}篇专栏'),
divider,
TextSpan(text: '${Utils.numFormat(item.words)}个字'),
divider,