{% extends "base.html" %} {% block title %}首页概览 - 机器人统计看板{% endblock %} {% block content %}
总调用次数
{{ totalCalls }}
成功率
{{ successRate }}%
活跃用户数
{{ activeUsers }}
活跃群组数
{{ activeGroups }}
平均响应时间
{% if avgResponseTime is defined %} {{ "%.2f"|format(avgResponseTime|float) }} ms {% else %} 0.00 ms {% endif %}
热门用户
热门群组
热门插件

插件使用排行

成功率分析

使用趋势

{% endblock %} {% block scripts %} {% endblock %}