2022-07-31 20:39:50 +08:00
|
|
|
import { navbar } from "vuepress-theme-hope";
|
|
|
|
|
|
|
|
export default navbar([
|
2023-06-02 20:36:11 +08:00
|
|
|
{ text: "大学指南",
|
|
|
|
icon: "creative",
|
|
|
|
link: "/campus/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: "Fashion",
|
|
|
|
icon: "creative",
|
|
|
|
link: "/fashion"
|
|
|
|
},
|
2022-07-31 20:39:50 +08:00
|
|
|
{
|
|
|
|
text: "贡献指南",
|
|
|
|
icon: "info",
|
2023-06-02 03:23:03 +08:00
|
|
|
children: ["/contributor-guide/campus.md","/contributor-guide/other.md", "/contributor-guide/CampusTemplate.md"],
|
2022-07-31 20:39:50 +08:00
|
|
|
},
|
|
|
|
]);
|