1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 21:29:31 +08:00

fix: 修复首页分页失败问题,重新添加node依赖

This commit is contained in:
小莫唐尼
2024-07-16 10:54:55 +08:00
parent 62992b2688
commit bb228c6705
3 changed files with 44 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
<rich-text style="font-size: 28rpx;margin-top: 16rpx;color: #555;"
:nodes="article.content"></rich-text>
<text style="font-size: 24rpx;margin-top: 24rpx;color:#888">
发布日期{{ {d: article.publishTimestamp, f: 'yyyy年MM月dd日'} | formatTime }}
最近更新{{ {d: article.updateTimestamp, f: 'yyyy年MM月dd日 HH点mm分ss秒'} | formatTime }}
</text>
</view>
</tm-translate>