docs: 编写更新日志
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
</router-link>
|
||||
</li>
|
||||
<li class="layui-nav-item">
|
||||
<router-link to="/zh-CN/environment">
|
||||
{{ t("nav.environment") }}
|
||||
<router-link to="/zh-CN/extend">
|
||||
{{ t("nav.extend") }}
|
||||
</router-link>
|
||||
</li>
|
||||
<li class="layui-nav-item">
|
||||
|
||||
@@ -3,7 +3,7 @@ export default {
|
||||
home:"Home",
|
||||
guide: "Guide",
|
||||
components: "Components",
|
||||
environment: "Environment",
|
||||
extend: "Extend",
|
||||
material: "Material"
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@ export default {
|
||||
home:"首页",
|
||||
guide: "指南",
|
||||
components: "组件",
|
||||
environment: "生态",
|
||||
extend: "生态",
|
||||
material: "物料"
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@ import Component from "../view/component.vue";
|
||||
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 Extend from "../view/extend.vue";
|
||||
import Material from "../view/material.vue";
|
||||
const zhCN = [
|
||||
{
|
||||
@@ -18,8 +18,8 @@ const zhCN = [
|
||||
meta: { title: "指南" },
|
||||
},
|
||||
{
|
||||
path: "/zh-CN/environment",
|
||||
component: Environment,
|
||||
path: "/zh-CN/extend",
|
||||
component: Extend,
|
||||
meta: { title: "生态" },
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user