diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index f89e39c..751ee24 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -39,21 +39,27 @@ function AppContent() { return (
- - - 抓包 - - - 数据库 - - - 配装优化 - - + {'抓包'}, + }, + { + key: '/database', + label: {'数据库'}, + }, + { + key: '/optimizer', + label: {'配装优化'}, + }, + ]} + /> + +