diff --git a/BACKERS.md b/BACKERS.md new file mode 100644 index 000000000..8a46c072f --- /dev/null +++ b/BACKERS.md @@ -0,0 +1,24 @@ +

Sponsors & Backers

+ +

+ +

Sponsors

+

+ + 虚位以待... + +

+ +

Backers

+

+ + 虚位以待... + +

+ +

支付宝/微信

+ +### 使用支付宝/微信的赞助的用户,如需要添加名单,赞助后可发github账号到邮箱(415800467@qq.com) + +- [fastgoo](https://github.com/fastgoo) + diff --git a/README-zh_CN.md b/README-zh_CN.md index 0d4266026..f88ec9b91 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -22,6 +22,18 @@ Ant Design 3.X 的 Vue 实现,开发和服务于企业级后台产品。 [README in English](README.md) +## 赞助 + +vue-antd-ui是一个开源的独立项目,为了项目能够更好的持续的发展,我们期望获得你的支持,你可以通过如下任何一种方式支持我们: + +- [Patreon](https://www.patreon.com/tangjinzhou) +- [opencollective](https://opencollective.com/ant-design-278) +- [paypal](https://www.paypal.me/tangjinzhou) + +

+ +

+ ## 特性 - 提炼自企业级中后台产品的交互语言和视觉风格。 diff --git a/README.md b/README.md index ee402d4cc..2b0c34255 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,17 @@ 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 + +vue-antd-ui 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-278) +- [paypal](https://www.paypal.me/tangjinzhou) + +

+ +

## Using npm or yarn diff --git a/antd-tools/gulpfile.js b/antd-tools/gulpfile.js index f747a85b8..f9e6d0e55 100644 --- a/antd-tools/gulpfile.js +++ b/antd-tools/gulpfile.js @@ -236,9 +236,6 @@ function pub (done) { } }) } -// gulp.task('test', () => { -// githubRelease() -// }) gulp.task('dist', ['compile'], (done) => { dist(done) @@ -265,8 +262,8 @@ gulp.task('pub', ['check-git', 'compile'], (done) => { }) gulp.task('pub-with-ci', (done) => { - if (process.env.NPM_TOKEN) { - console.log('NPM token found, skip') + if (!process.env.NPM_TOKEN) { + console.log('no NPM token found, skip') } else { const github = new GitHub() github.authenticate({