Skip to content

Commit 165e4b6

Browse files
author
oscars.skittles@gmail.com
committed
fix: update image URLs in documentation and examples
1 parent cf3d43d commit 165e4b6

File tree

6 files changed

+6
-11
lines changed

6 files changed

+6
-11
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ contact_links:
1212
- name: Paypal
1313
url: https://www.paypal.me/tangjinzhou
1414
about: Love Ant Design Vue? Please consider supporting us via Paypal.
15-
- name: 支付宝/微信 赞助
16-
url: https://qn.antdv.com/alipay-and-wechat.png
17-
about: Ant Design Vue 的健康持续发展需要您的支持,🙏

README-zh_CN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.antdv.com/">
3-
<img width="200" src="https://qn.antdv.com/logo.png">
3+
<img width="200" src="https://www.antdv.com/logo.png">
44
</a>
55
</p>
66

@@ -79,7 +79,6 @@ ant-design-vue 是 MIT 协议的开源项目。为了项目能够更好的持续
7979
- [Patreon](https://www.patreon.com/tangjinzhou)
8080
- [opencollective](https://opencollective.com/ant-design-vue)
8181
- [paypal](https://www.paypal.me/tangjinzhou)
82-
- [支付宝或微信](https://qn.antdv.com/alipay-and-wechat.png)
8382

8483
## Sponsors
8584

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.antdv.com/">
3-
<img width="200" src="https://qn.antdv.com/logo.png">
3+
<img width="200" src="https://www.antdv.com/logo.png">
44
</a>
55
</p>
66

@@ -73,7 +73,6 @@ ant-design-vue is an MIT-licensed open source project. In order to achieve bette
7373
- [Patreon](https://www.patreon.com/tangjinzhou)
7474
- [opencollective](https://opencollective.com/ant-design-vue)
7575
- [paypal](https://www.paypal.me/tangjinzhou)
76-
- [支付宝或微信](https://qn.antdv.com/alipay-and-wechat.png)
7776

7877
## Sponsors
7978

components/image/__tests__/__snapshots__/demo.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ exports[`renders ./antdv-demo/docs/image/demo/placeholder.md correctly 1`] = `
3838
`;
3939
4040
exports[`renders ./antdv-demo/docs/image/demo/previewGroup.md correctly 1`] = `
41-
<div class="ant-image" style="width: 200px;"><img class="ant-image-img" src="https://qn.antdv.com/vue.png">
41+
<div class="ant-image" style="width: 200px;"><img class="ant-image-img" src="https://www.antdv.com/vue.png">
4242
<!---->
4343
<!---->
4444
</div>
4545
<!---->
46-
<div class="ant-image" style="width: 200px;"><img class="ant-image-img" src="https://qn.antdv.com/logo.png">
46+
<div class="ant-image" style="width: 200px;"><img class="ant-image-img" src="https://www.antdv.com/logo.png">
4747
<!---->
4848
<!---->
4949
</div>

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
name="keywords"
1717
content="ant design vue,ant-design-vue,ant-design-vue admin,ant design pro,vue ant design,vue ant design pro,vue ant design admin,ant design vue官网,ant design vue中文文档,ant design vue文档"
1818
/>
19-
<link rel="shortcut icon" type="image/x-icon" href="https://qn.antdv.com/favicon.ico" />
19+
<link rel="shortcut icon" type="image/x-icon" href="https://www.antdv.com/favicon.ico" />
2020
<style id="nprogress-style">
2121
#nprogress {
2222
display: none;

0 commit comments

Comments
 (0)