From 67e0b88a92c9cd9eaff19e83537e6ebe0b5ed2da Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Mon, 4 Jun 2018 08:37:37 +0800 Subject: [PATCH] no message Former-commit-id: c14b03309fa0c27239185fc57599c3a760fbfe65 Former-commit-id: 0fa8112aeb693c98edfc67a75831b350cf40930e Former-commit-id: b27418317f332cd76de22359ee8e1b2df40549c2 --- docs/.vuepress/config.js | 4 ++-- docs/README.md | 8 +++----- docs/zh/README.md | 6 ++---- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 071e74dd..71567a40 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -4,12 +4,12 @@ module.exports = { '/': { lang: 'en-US', title: 'D2 Admin', - description: 'An elegant template for management system' + description: 'Elegant management system front-end integration' }, '/zh/': { lang: 'zh-CN', title: 'D2 Admin', - description: '做一个优雅的管理系统模板' + description: '优雅的管理系统前端集成方案' } }, themeConfig: { diff --git a/docs/README.md b/docs/README.md index 429cf782..539d9be0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,10 +4,10 @@ heroImage: /logo@2x.png actionText: Get Started → actionLink: /zh/guide/ features: -- title: Advocate succinct - details: On the visual basis of element UI, we have added some customization. - title: Vue-Powered details: Enjoy the dev experience of Vue + webpack, Ultra fast virtual DOM and the most economical optimization. +- title: Rich integration + details: The plug-ins and components that are likely to be used are ready for you. Some come from third parties, others are designed for d2admin. - title: ElementUI component library details: Integrated and robust ElementUI, and use any ElementUI component at will. footer: MIT Licensed | Copyright © 2018-present FairyEver @@ -15,11 +15,9 @@ footer: MIT Licensed | Copyright © 2018-present FairyEver **The English document will be launched in the future. Please move to the Chinese document.** -**英文文档会在稍后推出,现请移步右上角中文文档** +**英文文档会在中文文档大致完成后推出,现请移步中文文档** ``` -// chone -git clone https://github.com/FairyEver/d2admin-vue-element.git // install package npm i // run diff --git a/docs/zh/README.md b/docs/zh/README.md index 2b69474c..50bd2b84 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -4,18 +4,16 @@ heroImage: /logo@2x.png actionText: 快速上手 → actionLink: /zh/guide/ features: -- title: 简洁至上 - details: 在 element UI 的视觉基础上稍加定制。 - title: Vue驱动 details: 享受 Vue + webpack 的开发体验,超快虚拟 DOM 和最省心的优化。 +- title: 丰富集成 + details: 已经为你准备好了很可能用到的插件和组件,有的来自第三方,有的专为 d2admin 设计。 - title: ElementUI组件库 details: 集成完善且强大的 ElementUI,随意搭配使用任何 ElementUI 组件。 footer: MIT Licensed | Copyright © 2018-present FairyEver --- ``` -// 克隆仓库 -git clone https://github.com/FairyEver/d2admin-vue-element.git // 安装依赖 npm i // 运行