From 50824362897dfb550fdb95ddf33f689f34f4cac1 Mon Sep 17 00:00:00 2001 From: Cai Date: Mon, 5 Jan 2026 16:08:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:index.html=E7=9A=84=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Html/apps/templates/index.html | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/Html/apps/templates/index.html b/Html/apps/templates/index.html index ade7641..2a717ec 100644 --- a/Html/apps/templates/index.html +++ b/Html/apps/templates/index.html @@ -1,8 +1,9 @@ + - - 课程选择主页 + + 课程选择主页 @@ -12,6 +13,7 @@ + {% include 'navbar.html' %} @@ -38,7 +40,7 @@

课程列表

{% for course in courses_data %} - -
+
- 课程封面 + 课程封面
算法设计
{{course.name}}
@@ -62,11 +63,15 @@ 4.7
- + {% if course._id in selected_courses %} - + {% else %} - + {% endif %}
@@ -74,13 +79,13 @@
{% endfor %} - +
- {% include 'footer-brief.html' %} + {% include 'footer-brief.html' %} - + + \ No newline at end of file