From 769d3be23d8a7f649e5c7e7cf8f8b64b5456e92b Mon Sep 17 00:00:00 2001 From: ZhouWei <1244620067@qq.com> Date: Sat, 12 Aug 2023 01:06:26 +0800 Subject: [PATCH] feat: add contributors list --- README-zh_CN.md | 8 ++ README.md | 4 +- site/src/components/Contributors/constants.ts | 4 + site/src/components/Contributors/index.vue | 91 +++++++++++++++++++ site/src/layouts/Demo.vue | 3 + 5 files changed, 108 insertions(+), 2 deletions(-) create mode 100644 site/src/components/Contributors/constants.ts create mode 100644 site/src/components/Contributors/index.vue diff --git a/README-zh_CN.md b/README-zh_CN.md index b13bfeb79b..02cb124018 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 a72ec80918..00cea269ba 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 0000000000..cbeef08a8d --- /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 0000000000..755e47184a --- /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 4c513a5356..f41e0f1af0 100644 --- a/site/src/layouts/Demo.vue +++ b/site/src/layouts/Demo.vue @@ -13,18 +13,21 @@
+