refactor(src): 优化导航栏和页面路由

- 更新导航栏显示内容,增加对战信息页面
- 调整首页路由,改为角色列表页面
- 更新 CharacterDetail 页面,增加职业和星级信息展示
- 修改 Characters 页面,使用中文标签替换英文
This commit is contained in:
hxt
2025-05-29 22:45:19 +08:00
parent ca42e9e373
commit 67936f382d
4 changed files with 50 additions and 25 deletions

View File

@@ -11,9 +11,10 @@ interface NavItem {
}
const navItems: NavItem[] = [
{ path: "/", label: "对战阵容" },
{ path: "/", label: "角色列表" },
{ path: "/gvg", label: "对战信息" },
// { path: "/home", label: "主页" },
{ path: "/characters", label: "角色列表" },
// { path: "/characters", label: "角色列表" },
// { path: "/builds", label: "配装攻略" },
// { path: "/battles", label: "对战信息" },
// { path: "/news", label: "资讯中心" },