From 46e3930d625c18649e2a74a1bd5eb65febf7f9c6 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 6 Dec 2015 17:40:04 +0800 Subject: [PATCH] update document --- README-zh_CN.md | 20 +++++++++----------- README.md | 12 ++++++++---- docs/introduce.md | 8 +++----- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index b1d6832375..53317e8dae 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -1,20 +1,18 @@ +

+ + + +

+ # Ant Design [![](https://img.shields.io/travis/ant-design/ant-design.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design) [![npm package](https://img.shields.io/npm/v/antd.svg?style=flat-square)](https://www.npmjs.org/package/antd) [![NPM downloads](http://img.shields.io/npm/dm/antd.svg?style=flat-square)](https://npmjs.org/package/antd) [![Join the chat at https://gitter.im/ant-design/ant-design](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ant-design/ant-design?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 一套企业级的 UI 设计语言和 React 实现。 -

- - - -

- ## 特性 -- 提炼自企业级后台产品的交互语言和视觉风格。 -- [React Component](http://react-component.github.io/badgeboard/) 基础上二次封装的丰富实用的 UI 组件。 -- 基于 React 的组件化开发模式。 -- 背靠 npm 生态圈。 -- 基于 webpack 的调试构建方案,支持 ES6。 +- 提炼和服务企业级中后台产品的交互语言和视觉风格。 +- [React Component](http://react-component.github.io/badgeboard/) 上精心封装的高质量 UI 库。 +- 基于 npm + webpack + babel 的工作流,支持 ES2015。 ## 安装 diff --git a/README.md b/README.md index 1128b05381..37ae1580b8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +

+ + + +

+ # Ant Design [![](https://img.shields.io/travis/ant-design/ant-design.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design) [![npm package](https://img.shields.io/npm/v/antd.svg?style=flat-square)](https://www.npmjs.org/package/antd) [![NPM downloads](http://img.shields.io/npm/dm/antd.svg?style=flat-square)](https://npmjs.org/package/antd) [![Join the chat at https://gitter.im/ant-design/ant-design](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ant-design/ant-design?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) An enterprise-class UI design language and React-based implementation. @@ -6,11 +12,9 @@ An enterprise-class UI design language and React-based implementation. ## Features -- An enterprise-class graphical design language and framework for financial applications +- An enterprise-class graphical design language and framework for financial applications. - Rich library of UI components base on [React Component](http://react-component.github.io/badgeboard/). -- A Component development model based on React. -- Backed by the npm ecosystem. -- webpack-based debug builds supporting ES6 +- A npm + webpack + babel workflow, supporting ES2015. ## Install diff --git a/docs/introduce.md b/docs/introduce.md index 2f31e232a1..b9687ebf2f 100644 --- a/docs/introduce.md +++ b/docs/introduce.md @@ -27,11 +27,9 @@ ## 特性 -- Designed as Ant Design. -- [React Component](http://react-component.github.io/badgeboard/) 上二次封装的丰富实用的 UI 组件。 -- 基于 React 的组件化开发模式。 -- 背靠 npm 生态圈。 -- 基于 webpack 的调试构建方案,支持 ES6。 +- Designed as Ant Design, 提炼和服务企业级中后台产品的交互语言和视觉风格> +- [React Component](http://react-component.github.io/badgeboard/) 上精心封装的高质量 UI 库。 +- 基于 npm + webpack + babel 的工作流,支持 ES2015。 ## 示例