{% extends "base.html" %} {% block title %} 机器人详情 - Amrita Dashboard{% endblock %} {% block extra_head %} {% endblock %} {% block extra_css %} @media (max-width: 768px) { .info-grid { grid-template-columns: 1fr; } .charts-grid { grid-template-columns: 1fr; } .card-header { flex-direction: column; align-items: flex-start; } .refresh-btn { margin-top: 10px; } .chart-container { margin: 15px; height: 200px; } .gauge-title { font-size: 14px; } .gauge-value { font-size: 20px; } } {% endblock %} {% block content %}
机器人信息
ID: {{ bot_static_info.id }}
Bot昵称: {{ bot_static_info.bot_name }}
系统信息
Bot名称: {{ bot_static_info.name }}
操作系统: {{ system_info.os }}
Python版本: {{ system_info.python_version }}
主机名: {{ system_info.hostname }}
Amrita版本: {{ bot_static_info.version }}
运行协议: {{ bot_static_info.platform }}
CPU使用率
实时CPU使用率
0%
内存使用率
实时内存使用率
0%
磁盘使用率
实时磁盘使用率
0%
网络流量
发送: 0 KB
接收: 0 KB
Bot状态: 在线
{% endblock %} {% block scripts %} {% endblock %}