feat: 物料市场

This commit is contained in:
就眠儀式
2022-02-19 00:25:16 +08:00
parent 818790ad27
commit 369eeaa399
7 changed files with 75 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ export default {
home:"Home",
guide: "Guide",
components: "Components",
environment: "Environment"
environment: "Environment",
material: "Material"
}
}

View File

@@ -3,6 +3,7 @@ export default {
home:"首页",
guide: "指南",
components: "组件",
environment: "生态"
environment: "生态",
material: "物料"
}
}