mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
count format
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user