docs: 编写更新日志

This commit is contained in:
就眠儀式
2022-02-20 17:53:06 +08:00
parent 1538585214
commit b0f5e8c866
6 changed files with 8 additions and 7 deletions

View File

@@ -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: "生态" },
},
{