我的收藏
📂 全部收藏 ({{ pagination.total }})
📄 未分类
{% for folder in folders %}
{{ folder.icon }} {{ folder.name }} ({{ folder.count }})
{% endfor %}
{% for collection in collections %}
{% if pagination.pages > 1 %}
{% if collection.site.logo %}
{% else %}
{% endif %}
{{ collection.site.name }}
{{ collection.site.short_desc or collection.site.description }}
{% if collection.site.tags %} {% endif %} {% endfor %}
{% if pagination.has_prev %}
上一页
{% endif %}
{% for page_num in pagination.iter_pages() %}
{% if page_num %}
{% if page_num == pagination.page %}
{{ page_num }}
{% else %}
{{ page_num }}
{% endif %}
{% else %}
...
{% endif %}
{% endfor %}
{% if pagination.has_next %}
下一页
{% endif %}
{% endif %}
{% else %}
{% endif %}