diff --git a/plugins/stats_dashboard/templates/base.html b/plugins/stats_dashboard/templates/base.html index 5e78545..72c2553 100644 --- a/plugins/stats_dashboard/templates/base.html +++ b/plugins/stats_dashboard/templates/base.html @@ -3,7 +3,7 @@ - {% block title %}机器人统计看板{% endblock %} + {% block title %}机器人管理后台{% endblock %} @@ -70,7 +70,7 @@
-

机器人统计看板

+

机器人管理后台

diff --git a/plugins/stats_dashboard/templates/errors.html b/plugins/stats_dashboard/templates/errors.html index 43bb593..60b6b78 100644 --- a/plugins/stats_dashboard/templates/errors.html +++ b/plugins/stats_dashboard/templates/errors.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}错误日志 - 机器人统计看板{% endblock %} +{% block title %}错误日志 - 机器人管理后台{% endblock %} {% block content %} diff --git a/plugins/stats_dashboard/templates/groups.html b/plugins/stats_dashboard/templates/groups.html index b466c5d..1932d11 100644 --- a/plugins/stats_dashboard/templates/groups.html +++ b/plugins/stats_dashboard/templates/groups.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}群组统计 - 机器人统计看板{% endblock %} +{% block title %}群组统计 - 机器人管理后台{% endblock %} {% block content %} diff --git a/plugins/stats_dashboard/templates/index.html b/plugins/stats_dashboard/templates/index.html index b93fad7..584c62e 100644 --- a/plugins/stats_dashboard/templates/index.html +++ b/plugins/stats_dashboard/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}首页概览 - 机器人统计看板{% endblock %} +{% block title %}首页概览 - 机器人管理后台{% endblock %} {% block content %} diff --git a/plugins/stats_dashboard/templates/plugins.html b/plugins/stats_dashboard/templates/plugins.html index 2166d2a..06a8845 100644 --- a/plugins/stats_dashboard/templates/plugins.html +++ b/plugins/stats_dashboard/templates/plugins.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}插件统计 - 机器人统计看板{% endblock %} +{% block title %}插件统计 - 机器人管理后台{% endblock %} {% block content %} diff --git a/plugins/stats_dashboard/templates/robot_management.html b/plugins/stats_dashboard/templates/robot_management.html index c03ba7f..61a291a 100644 --- a/plugins/stats_dashboard/templates/robot_management.html +++ b/plugins/stats_dashboard/templates/robot_management.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}群机器人管理 - 机器人统计看板{% endblock %} +{% block title %}群机器人管理 - 机器人管理后台{% endblock %} {% block content %} diff --git a/plugins/stats_dashboard/templates/users.html b/plugins/stats_dashboard/templates/users.html index ac24925..9561555 100644 --- a/plugins/stats_dashboard/templates/users.html +++ b/plugins/stats_dashboard/templates/users.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}用户统计 - 机器人统计看板{% endblock %} +{% block title %}用户统计 - 机器人管理后台{% endblock %} {% block content %}