diff --git a/BACKERS.md b/BACKERS.md new file mode 100644 index 000000000..8a46c072f --- /dev/null +++ b/BACKERS.md @@ -0,0 +1,24 @@ +
+ + 虚位以待... + +
+ ++ + 虚位以待... + +
+ ++ +
+ ## 特性 - 提炼自企业级中后台产品的交互语言和视觉风格。 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({