fix: mobile 文章列表发布时间问题

This commit is contained in:
2025-06-21 10:21:32 +08:00
parent 72565683c8
commit 1873e6ac3a
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
<h3>{$ar.title}</h3>
<p>{$ar.desc|raw}</p>
</a>
<span class="blue">{$ar.release_time|default=''|date='Y-m-d'}</span>
<span class="blue">{$ar.release_time|date_format_i18n}</span>
</li>
{/volist}
</ul>