fix(report): 简化PDF报告中的时间显示格式
docs: 添加Ubuntu服务器PDF部署指南 chore: 更新.gitignore忽略所有日志文件
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
|
||||
<div class="footer">
|
||||
<p>此报告由家庭日报系统自动生成</p>
|
||||
<p>生成时间:{{ today|date:"Y年m月d日 H:i:s" }}</p>
|
||||
<p>生成时间:{{ today|date:"Y年m月d日" }}</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user