2022-10-14 18:45:43 +08:00

10 lines
219 B
JavaScript

export default {
text: "前言",
collapsible: true,
items: [
{ text: "介绍", link: "/guide/" },
{ text: "快速上手", link: "/guide/start" },
{ text: "参与编辑", link: "/guide/edit" },
],
};