个人中心

{{ collections_count }}
收藏数
{{ folders_count }}
文件夹数

邮箱管理

当前邮箱
{{ current_user.email or '未绑定' }}
{% if current_user.email %}
{% if current_user.email_verified %} check_circle 已验证 {% else %} warning 未验证 {% endif %}
{% endif %}
{% if current_user.email and not current_user.email_verified %} {% endif %}

最近收藏

{% if recent_collections %} {% for collection in recent_collections %} {% if collection.site.logo %} {% else %} {% endif %}

{{ collection.site.name }}

{{ collection.site.short_desc or collection.site.description }}

{% endfor %} {% else %}
📦

还没有收藏任何工具

去首页逛逛

{% endif %}