feat: 打磨报告页和内容详情页
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
</div>
|
||||
</div>
|
||||
{% if report %}
|
||||
<section class="card"><div class="card-body">
|
||||
<p class="lead">{{ report.summary }}</p>
|
||||
<pre class="bg-light p-3">{{ report.markdown_content }}</pre>
|
||||
</div></section>
|
||||
{% include "partials/report_panel.html" %}
|
||||
{% else %}
|
||||
<div class="alert alert-secondary">报告生成中,请稍候...</div>
|
||||
<div class="text-center text-muted py-5">
|
||||
<div class="spinner-border text-warning mb-3" role="status"></div>
|
||||
<p>报告生成中,请稍候...</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user