Skip to content

Commit 8875673

Browse files
committed
docs: add Donation
1 parent dc6acbb commit 8875673

File tree

4 files changed

+49
-5
lines changed

4 files changed

+49
-5
lines changed

BACKERS.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<h1 align="center">Sponsors &amp; Backers</h1>
2+
3+
<br><br>
4+
5+
<h2 align="center">Sponsors</h2>
6+
<p align="center">
7+
<a href="https://www.patreon.com/tangjinzhou" target="_blank">
8+
虚位以待...
9+
</a>
10+
</p>
11+
12+
<h2 align="center">Backers</h2>
13+
<p align="center">
14+
<a href="https://www.patreon.com/tangjinzhou" target="_blank">
15+
虚位以待...
16+
</a>
17+
</p>
18+
19+
<h2 align="center">支付宝/微信</h2>
20+
21+
### 使用支付宝/微信的赞助的用户,如需要添加名单,赞助后可发github账号到邮箱([email protected])
22+
23+
- [fastgoo](https://github.com/fastgoo)
24+

README-zh_CN.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ Ant Design 3.X 的 Vue 实现,开发和服务于企业级后台产品。
2222

2323
[README in English](README.md)
2424

25+
## 赞助
26+
27+
vue-antd-ui是一个开源的独立项目,为了项目能够更好的持续的发展,我们期望获得你的支持,你可以通过如下任何一种方式支持我们:
28+
29+
- [Patreon](https://www.patreon.com/tangjinzhou)
30+
- [opencollective](https://opencollective.com/ant-design-278)
31+
- [paypal](https://www.paypal.me/tangjinzhou)
32+
33+
<p align="center">
34+
<img src="https://user-images.githubusercontent.com/6937879/43032487-932a5536-8cea-11e8-9175-9c006e938a82.png">
35+
</p>
36+
2537
## 特性
2638

2739
- 提炼自企业级中后台产品的交互语言和视觉风格。

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ An enterprise-class UI components based on Ant Design 3.X and Vue.
2727
- A set of high-quality Vue components out of the box.
2828
- Shared [Ant Design of React](https://ant.design/docs/spec/introduce) design resources.
2929

30+
## Donation
31+
32+
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:
33+
34+
- [Patreon](https://www.patreon.com/tangjinzhou)
35+
- [opencollective](https://opencollective.com/ant-design-278)
36+
- [paypal](https://www.paypal.me/tangjinzhou)
37+
38+
<p align="center">
39+
<img src="https://user-images.githubusercontent.com/6937879/43032487-932a5536-8cea-11e8-9175-9c006e938a82.png">
40+
</p>
3041

3142
## Using npm or yarn
3243

antd-tools/gulpfile.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ function pub (done) {
236236
}
237237
})
238238
}
239-
// gulp.task('test', () => {
240-
// githubRelease()
241-
// })
242239

243240
gulp.task('dist', ['compile'], (done) => {
244241
dist(done)
@@ -265,8 +262,8 @@ gulp.task('pub', ['check-git', 'compile'], (done) => {
265262
})
266263

267264
gulp.task('pub-with-ci', (done) => {
268-
if (process.env.NPM_TOKEN) {
269-
console.log('NPM token found, skip')
265+
if (!process.env.NPM_TOKEN) {
266+
console.log('no NPM token found, skip')
270267
} else {
271268
const github = new GitHub()
272269
github.authenticate({

0 commit comments

Comments
 (0)