{% extends "base.html" %}{% block title %}账号管理{% endblock %}{% block content %}

ISOLATED PROFILES

账号管理

每个账号使用独立浏览器档案;数据库不保存明文 Cookie。

添加账号档案

账号列表

最多 10 个
{% for account in accounts %} {% else %}{% endfor %}
别名小红书身份状态最后验证操作
{{ account.alias }}#{{ account.id }}{{ account.nickname or '未识别' }}{{ account.xhs_user_id }}{{ account.login_status }}{% if account.last_error %}{{ account.last_error }}{% endif %}{{ account.last_verified_at or '—' }}
先创建一个账号档案
{% endblock %}