diff --git a/README-zh_CN.md b/README-zh_CN.md index 00f0e6442..2a8478472 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -22,18 +22,6 @@ Ant Design 3.X 的 Vue 实现,开发和服务于企业级后台产品。 [README in English](README.md) -## 赞助 - -ant-design-vue是一个开源的独立项目,为了项目能够更好的持续的发展,我们期望获得你的支持,你可以通过如下任何一种方式支持我们: - -- [Patreon](https://www.patreon.com/tangjinzhou) -- [opencollective](https://opencollective.com/ant-design-vue) -- [paypal](https://www.paypal.me/tangjinzhou) - -

- -

- ## 特性 - 提炼自企业级中后台产品的交互语言和视觉风格。 @@ -61,3 +49,12 @@ $ yarn add ant-design-vue - [Vue官方文档](https://cn.vuejs.org/) - [Antd React](http://ant.design/) +## 赞助 + +ant-design-vue是MIT协议的开源项目。为了项目能够更好的持续的发展,我们期望获得更多的[支持者](https://github.com/vueComponent/ant-design-vue/blob/master/BACKERS.md),你可以通过如下任何一种方式支持我们: + +- [Patreon](https://www.patreon.com/tangjinzhou) +- [opencollective](https://opencollective.com/ant-design-vue) +- [paypal](https://www.paypal.me/tangjinzhou) +- [支付宝或微信](https://user-images.githubusercontent.com/6937879/43032487-932a5536-8cea-11e8-9175-9c006e938a82.png) + diff --git a/README.md b/README.md index bdaaa29bb..87e1fec37 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,6 @@ An enterprise-class UI components based on Ant Design 3.X and Vue. - A set of high-quality Vue components out of the box. - Shared [Ant Design of React](https://ant.design/docs/spec/introduce) design resources. -## Donation - -ant-design-vue is an open source independent project. In order to achieve better and sustainable development of the project, we hope to get your support. You can support us in any of the following ways: - -- [Patreon](https://www.patreon.com/tangjinzhou) -- [opencollective](https://opencollective.com/ant-design-vue) -- [paypal](https://www.paypal.me/tangjinzhou) - -

- -

- ## Using npm or yarn **We recommend using npm or yarn to install**,it not only makes development easier,but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling. @@ -60,3 +48,13 @@ If you are in a bad network environment,you can try other registries and tools - [Vue](https://vuejs.org/) - [Ant Design React](http://ant.design/) +## Donation + +ant-design-vue is an MIT-licensed open source project. In order to achieve better and sustainable development of the project, we expect to gain more [backers](https://github.com/vueComponent/ant-design-vue/blob/master/BACKERS.md). You can support us in any of the following ways: + +- [Patreon](https://www.patreon.com/tangjinzhou) +- [opencollective](https://opencollective.com/ant-design-vue) +- [paypal](https://www.paypal.me/tangjinzhou) +- [支付宝或微信](https://user-images.githubusercontent.com/6937879/43032487-932a5536-8cea-11e8-9175-9c006e938a82.png) + + diff --git a/components/icon/demo/index.vue b/components/icon/demo/index.vue index fe249bdbf..895e7c11f 100644 --- a/components/icon/demo/index.vue +++ b/components/icon/demo/index.vue @@ -47,7 +47,7 @@ export default { render () { return (
- + diff --git a/site/components/footer.vue b/site/components/footer.vue new file mode 100644 index 000000000..07e9f60fa --- /dev/null +++ b/site/components/footer.vue @@ -0,0 +1,98 @@ + diff --git a/site/components/header.vue b/site/components/header.vue index b0e1d2e70..ae7747847 100644 --- a/site/components/header.vue +++ b/site/components/header.vue @@ -35,7 +35,7 @@ export default { {isCN ? 'English' : '中文'} diff --git a/site/components/layout.vue b/site/components/layout.vue index 508fa1905..2b64354e9 100644 --- a/site/components/layout.vue +++ b/site/components/layout.vue @@ -1,14 +1,13 @@