From 1de355078e8d19f80cdfe43e958d636ff71add8e Mon Sep 17 00:00:00 2001 From: zhouteng Date: Wed, 9 Jun 2021 15:56:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=87=E9=A2=98=E6=98=A0?= =?UTF-8?q?=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.tsx b/src/app.tsx index a726a792..94a5efa9 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -7,6 +7,7 @@ const titleMap: any = { '/login': '登录', '/crontab': '定时任务', '/cookie': 'Session管理', + '/terminal': '终端管理', '/config': '配置文件', '/diy': '自定义脚本', '/diff': '对比工具',