diff --git a/README-zh_CN.md b/README-zh_CN.md index b13bfeb79..02cb12401 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -102,3 +102,11 @@ Support us with a monthly donation and help us continue our activities. [[Become ## [更多赞助者 (通过 Patreon、支付宝、微信、paypal 等等)](https://github.com/vueComponent/ant-design-vue/blob/master/BACKERS.md) + +## 贡献者 + +感谢所有为 ant-design-vue 做出贡献的人! + + + + diff --git a/README.md b/README.md index a72ec8091..00cea269b 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ Become a sponsor and get your logo on our README on Github with a link to your s +## [More Sponsor (From Patreon、alipay、wechat、paypal...)](https://github.com/vueComponent/ant-design-vue/blob/master/BACKERS.md) + ## Contributors Thank you to all the people who already contributed to ant-design-vue! @@ -91,8 +93,6 @@ Thank you to all the people who already contributed to ant-design-vue! -## [More Sponsor (From Patreon、alipay、wechat、paypal...)](https://github.com/vueComponent/ant-design-vue/blob/master/BACKERS.md) - [![Let's fund issues in this repository](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/104172832) This project is tested with BrowserStack. diff --git a/site/src/components/Contributors/constants.ts b/site/src/components/Contributors/constants.ts new file mode 100644 index 000000000..cbeef08a8 --- /dev/null +++ b/site/src/components/Contributors/constants.ts @@ -0,0 +1,4 @@ +export const REPO_OWNER = 'VueComponent'; +export const REPO_NAME = 'ant-design-vue'; +export const REPO_PATH = `${REPO_OWNER}/${REPO_NAME}`; +export const REPO_BRANCH = 'main'; diff --git a/site/src/components/Contributors/index.vue b/site/src/components/Contributors/index.vue new file mode 100644 index 000000000..755e47184 --- /dev/null +++ b/site/src/components/Contributors/index.vue @@ -0,0 +1,91 @@ + + + + + diff --git a/site/src/layouts/Demo.vue b/site/src/layouts/Demo.vue index 4c513a535..f41e0f1af 100644 --- a/site/src/layouts/Demo.vue +++ b/site/src/layouts/Demo.vue @@ -13,18 +13,21 @@
+