feat: add admin dashboard, pipeline service, lightbox, and update dependencies
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user