From dff205faf6d46e5af47a79fac5764f62a21c9a71 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 12 Jan 2025 12:18:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E8=B7=AF=E7=94=B1=E5=92=8C=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=9D=A2=E6=9D=BF=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/dashboard/routes/static_file.py | 2 +- packages/astrbot/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/astrbot/dashboard/routes/static_file.py b/astrbot/dashboard/routes/static_file.py index 3d12cdedd..92b515ea7 100644 --- a/astrbot/dashboard/routes/static_file.py +++ b/astrbot/dashboard/routes/static_file.py @@ -3,7 +3,7 @@ class StaticFileRoute(Route): def __init__(self, context: RouteContext) -> None: super().__init__(context) - index_ = ['/', '/auth/login', '/config', '/logs', '/extension', '/dashboard/default', '/project-atri', '/console'] + index_ = ['/', '/auth/login', '/config', '/logs', '/extension', '/dashboard/default', '/project-atri', '/console', '/chat'] for i in index_: self.app.add_url_rule(i, view_func=self.index) diff --git a/packages/astrbot/main.py b/packages/astrbot/main.py index f52767444..20250509b 100644 --- a/packages/astrbot/main.py +++ b/packages/astrbot/main.py @@ -45,7 +45,7 @@ class Main(star.Star): /deop : 取消管理员 /wl : 添加会话白名单 /dwl : 删除会话白名单 -/dashboard update: 更新管理面板 +/dashboard_update: 更新管理面板 [大模型] /provider: 查看、切换大模型提供商