📱 短信转发接收端

短信总数

{{ stats.total }}

今日

{{ stats.today }}

本周

{{ stats.week }}

签名验证

{{ stats.verified }} / {{ stats.verified + stats.unverified }}

快捷筛选 (按号码)

{% for num in from_numbers %} {{ num.from_number }} ({{ num.count }}) {% endfor %}
{{ refresh_interval }}s
{% if messages %} {% for msg in messages %} {% endfor %}
ID 发送方 内容 时间 验证
{{ msg.id }} {{ msg.from_number }} {{ msg.content[:50] }}{% if msg.content|length > 50 %}...{% endif %} {{ msg.created_at }} {% if msg.sign_verified %} ✓ 已验证 {% else %} ✗ 未验证 {% endif %}
{% else %}

暂无短信数据

等待接收短信...

{% endif %}
{% if total_pages > 1 %} {% endif %}