chore: update project config, services, templates and styling

This commit is contained in:
2026-06-06 00:48:05 +08:00
parent 5d4de50c8b
commit 4072a05460
8 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -123,7 +123,7 @@ endblock %} {% block content %}
<h2>Abstract</h2>
<p class="abstract-en">{{ paper.abstract }}</p>
</section>
{% endif %} {# Phase 5: 图片画廊 #} {% if paper_images %}
{% endif %} {# 图片画廊 #} {% if paper_images %}
<section class="image-gallery">
<h2>论文图片</h2>
<div class="gallery-grid">
@@ -135,7 +135,7 @@ endblock %} {% block content %}
{% endfor %}
</div>
</section>
{% endif %} {# Phase 5: 相似论文推荐 #} {% if similar_papers %}
{% endif %} {# 相似论文推荐 #} {% if similar_papers %}
<section class="similar-papers">
<h2>相似论文推荐</h2>
{% for sp in similar_papers %}