Skip to content

Commit 9dcc648

Browse files
committed
docs: update doc
1 parent 2d5da3e commit 9dcc648

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

.github/FUNDING.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ open_collective: ant-design-vue
55
patreon: tangjinzhou
66
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
custom: # Replace with a single custom sponsorship URL
8+
custom:
9+
[
10+
"https://www.paypal.me/tangjinzhou",
11+
"https://qn.antdv.com/alipay-and-wechat.png",
12+
]

README-zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An enterprise-class UI components based on Ant Design and Vue.
1818

1919
[![](https://cdn-images-1.medium.com/max/2000/1*NIlj0-TdLMbo_hzSBP8tmg.png)](https://www.antdv.com/)
2020

21-
[English](./README.md) | 简体中文 | [官网国内镜像](http://ant-design-vue.gitee.io/docs/vue/introduce-cn/)
21+
[English](./README.md) | 简体中文
2222

2323
<p align="center">
2424
<b>Special thanks to the generous sponsorship by:</b>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An enterprise-class UI components based on Ant Design and Vue.
1818

1919
[![](https://cdn-images-1.medium.com/max/2000/1*NIlj0-TdLMbo_hzSBP8tmg.png)](https://www.antdv.com/)
2020

21-
English | [简体中文](./README-zh_CN.md) | [官网国内镜像](http://ant-design-vue.gitee.io/docs/vue/introduce-cn/)
21+
English | [简体中文](./README-zh_CN.md)
2222

2323
<p align="center">
2424
<b>Special thanks to the generous sponsorship by:</b>

scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ if (!ADBLOCK && !CI && !DISABLE_OPENCOLLECTIVE && !SILENT) {
3333
emoji.get('pray') +
3434
'\u001B[0m',
3535
);
36-
log('\u001B[96m>\u001B[94m https://ant-design-vue.gitee.io/docs/vue/sponsor-cn \u001B[0m\n');
36+
log('\u001B[96m>\u001B[94m https://www.antdv.com/docs/vue/sponsor-cn \u001B[0m\n');
3737
}

site/components/footer.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ export default {
6060
AntD Library
6161
</a>
6262
</div>
63-
<div>
64-
<a href="http://ant-design-vue.gitee.io/" target="_blank">
65-
<span>{isCN ? '国内镜像' : 'China Mirror'} 🇨🇳</span>
66-
</a>
67-
</div>
6863
</div>
6964
</a-col>
7065
<a-col md={6} sm={24} xs={24}>

0 commit comments

Comments
 (0)