feat: add admin dashboard, pipeline service, lightbox, and update dependencies

This commit is contained in:
2026-06-09 09:32:10 +08:00
parent 0d293422ac
commit 32978b3fc5
50 changed files with 4054 additions and 1618 deletions
+3 -3
View File
@@ -1,4 +1,5 @@
{% extends "base.html" %} {% block title %}{{ page_title }} — HF Daily Papers{%
{% extends "base.html" %}{% from "partials/paper_card.html" import render_card %}
{% block title %}{{ page_title }} — HF Daily Papers{%
endblock %} {% block content %}
<section class="reading-list-page">
<h1 class="page-heading">📖 阅读列表</h1>
@@ -55,8 +56,7 @@ endblock %} {% block content %}
</div>
{% endif %} {% if papers %}
<div class="paper-list">
{% for paper in papers %} {% include "partials/paper_card.html" %} {% endfor
%}
{% for paper in papers %}{{ render_card(paper) }}{% endfor %}
</div>
{% else %}
<div class="empty-state">