fix(report): 简化PDF报告中的时间显示格式

docs: 添加Ubuntu服务器PDF部署指南
chore: 更新.gitignore忽略所有日志文件
This commit is contained in:
2026-01-13 21:47:43 +08:00
parent 593aa8ab6e
commit 1c1c6e03ac
4 changed files with 323 additions and 31 deletions

View File

@@ -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>