chore: temp

This commit is contained in:
GyDi
2022-01-08 02:54:37 +08:00
parent 13e1ddbccd
commit 182bf49ad0
4 changed files with 18 additions and 16 deletions

View File

@@ -17,23 +17,23 @@ import Traffic from "../components/traffic";
const routers = [
{
label: "代理",
label: "Proxy",
link: "/proxy",
},
{
label: "配置",
label: "Profile",
link: "/profile",
},
{
label: "连接",
label: "Connections",
link: "/connections",
},
{
label: "日志",
label: "Log",
link: "/log",
},
{
label: "设置",
label: "Setting",
link: "/setting",
},
];