refactor(src): 优化导航栏和页面路由
- 更新导航栏显示内容,增加对战信息页面 - 调整首页路由,改为角色列表页面 - 更新 CharacterDetail 页面,增加职业和星级信息展示 - 修改 Characters 页面,使用中文标签替换英文
This commit is contained in:
@@ -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: "资讯中心" },
|
||||
|
||||
Reference in New Issue
Block a user