feat: 物料市场
This commit is contained in:
@@ -4,7 +4,7 @@ import Hooks from "../view/hooks.vue";
|
||||
import Guide from "../view/guide.vue";
|
||||
import Index from "../view/index.vue";
|
||||
import Environment from "../view/environment.vue";
|
||||
|
||||
import Material from "../view/material.vue";
|
||||
const zhCN = [
|
||||
{
|
||||
path: "/",
|
||||
@@ -22,6 +22,11 @@ const zhCN = [
|
||||
component: Environment,
|
||||
meta: { title: "生态" },
|
||||
},
|
||||
{
|
||||
path: "/zh-CN/material",
|
||||
component: Material,
|
||||
meta: { title: "物料" },
|
||||
},
|
||||
{
|
||||
path: "/zh-CN/guide",
|
||||
redirect: "/zh-CN/guide/introduce",
|
||||
@@ -62,7 +67,7 @@ const zhCN = [
|
||||
path: "/zh-CN/guide/locale",
|
||||
component: () => import("../../docs/zh-CN/guide/locale.md"),
|
||||
meta: { title: "语言" },
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -343,11 +348,12 @@ const zhCN = [
|
||||
},
|
||||
{
|
||||
path: "/zh-CN/components/fullscreen",
|
||||
component: () => import("../../docs/zh-CN/components/fullscreen.md"),
|
||||
component: () =>
|
||||
import("../../docs/zh-CN/components/fullscreen.md"),
|
||||
meta: { title: "结果" },
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user