chore: 升级 monorepo 架构

This commit is contained in:
就眠儀式
2022-04-05 10:31:31 +08:00
parent 436fd407ca
commit c7f8998376
659 changed files with 13598 additions and 1039 deletions

View File

@@ -0,0 +1,15 @@
export default {
nav: {
home: "Home",
guide: "Guide",
components: "Components",
resources: "Resources",
material: "Material",
},
home: {
description: "An enterprise-class UI components based on Layui and Vue.",
version: "version",
changelog: "changelog",
download: "download",
},
};

View File

@@ -0,0 +1,16 @@
export default {
nav: {
home: "首页",
guide: "指南",
components: "组件",
resources: "生态",
material: "物料",
},
home: {
description:
"layui - vue谐音类 UI) 是 一 套 Vue 3.0 的 桌 面 端 组 件 库.",
version: "当前版本",
changelog: "更新日志",
download: "下载量",
},
};