Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-22 11:49:24 +08:00
parent 2efb04f77e
commit 4ca9dfecb4
7 changed files with 16 additions and 8 deletions

View File

@@ -172,7 +172,8 @@ class _ArticleListPageState extends State<ArticleListPage> with GridMixin {
TextSpan(
children: [
TextSpan(
text: '${DateFormatUtils.dateFormat(item.updateTime)}更新',
text:
'${DateFormatUtils.dateFormat(item.updateTime)}更新',
),
divider,
TextSpan(text: '文集号: ${item.id}'),