优化导出面板;删除部分垃圾文件;引入数据库日志;

This commit is contained in:
2022-06-02 14:34:07 +08:00
parent 8bc73f83de
commit 22587e40bd
4 changed files with 126 additions and 4 deletions

View File

@@ -52,9 +52,8 @@
<div id="post-desc">
{$post.desc}
</div>
<article id="post-content" class="ul-content">
{notempty name='$post.poster'}
{notempty name='$post->getData("poster")'}
<div id="post-title-img">
<img src="{$post.poster}" alt="">
</div>