mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 11:41:09 +08:00
@@ -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}'),
|
||||
|
||||
Reference in New Issue
Block a user