From 609896b0e670644d64192127453910d6c7276c8c Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 26 Mar 2025 13:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2=20?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=B8=BA=EF=BC=9A=E6=9C=BA=E5=99=A8=E4=BA=BA?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/stats_dashboard/templates/base.html | 4 ++-- plugins/stats_dashboard/templates/errors.html | 2 +- plugins/stats_dashboard/templates/groups.html | 2 +- plugins/stats_dashboard/templates/index.html | 2 +- plugins/stats_dashboard/templates/plugins.html | 2 +- plugins/stats_dashboard/templates/robot_management.html | 2 +- plugins/stats_dashboard/templates/users.html | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) 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 %}