Files
quantulr 1a22404f19 update
2023-11-01 17:27:06 +08:00

7 lines
265 B
TypeScript

export const navigations = [
{ title: "人才概览", href: "/talents/overview" },
{ title: "两院院士", href: "/talents/academician" },
{ title: "研究员", href: "/talents/researcher" },
{ title: "副研究员", href: "/talents/vice-researcher" },
];