Skip to content

Commit 85702bb

Browse files
committed
update site
1 parent 8796c94 commit 85702bb

11 files changed

+36
-34
lines changed

README-zh_CN.md

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

@@ -91,7 +91,7 @@ ant-design-vue是MIT协议的开源项目。为了项目能够更好的持续的
9191
- [Patreon](https://www.patreon.com/tangjinzhou)
9292
- [opencollective](https://opencollective.com/ant-design-vue)
9393
- [paypal](https://www.paypal.me/tangjinzhou)
94-
- [支付宝或微信](http://qn.antdv.com/alipay-and-wechat.png)
94+
- [支付宝或微信](https://qn.antdv.com/alipay-and-wechat.png)
9595

9696
## Backers
9797

README.md

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

@@ -86,7 +86,7 @@ ant-design-vue is an MIT-licensed open source project. In order to achieve bette
8686
- [Patreon](https://www.patreon.com/tangjinzhou)
8787
- [opencollective](https://opencollective.com/ant-design-vue)
8888
- [paypal](https://www.paypal.me/tangjinzhou)
89-
- [支付宝或微信](http://qn.antdv.com/alipay-and-wechat.png)
89+
- [支付宝或微信](https://qn.antdv.com/alipay-and-wechat.png)
9090

9191
## Backers
9292

docs/vue/sponsor.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We accept donations through these channels:
88
<div>
99
<a href="https://www.paypal.me/tangjinzhou" target="_blank">PayPal</a>
1010
<br/>
11-
<a href="http://qn.antdv.com/alipay-and-wechat.png" target="_blank">Alipay or WeChat</a>
11+
<a href="https://qn.antdv.com/alipay-and-wechat.png" target="_blank">Alipay or WeChat</a>
1212
</div>
1313

1414
## Recurring Pledges

docs/vue/sponsor.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ant-design-vue 是采用 MIT 许可的开源项目,使用完全免费。 但
88
<div>
99
<a href="https://www.paypal.me/tangjinzhou" target="_blank">PayPal</a>
1010
<br/>
11-
<a href="http://qn.antdv.com/alipay-and-wechat.png" target="_blank">支付宝或微信</a>
11+
<a href="https://qn.antdv.com/alipay-and-wechat.png" target="_blank">支付宝或微信</a>
1212
</div>
1313

1414
## 周期性赞助

site/404.html

+20-16
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta http-equiv="Expires" content="0">
1111
<meta name="description" content="An enterprise-class UI components based on Ant Design and Vue">
1212
<title>Ant Design Vue</title>
13-
<link rel="icon" type="image/x-icon" href="http://qn.antdv.com/favicon.ico">
13+
<link rel="icon" type="image/x-icon" href="https://qn.antdv.com/favicon.ico">
1414
<style id="nprogress-style">
1515
#page-404 {
1616
background-image: url('https://os.alipayobjects.com/rmsportal/NOAjOBbnYCrNzrW.jpg');
@@ -27,37 +27,41 @@
2727
bottom: 0;
2828
z-index: 100;
2929
}
30-
30+
3131
section {
3232
position: absolute;
3333
top: 48%;
3434
left: 55%;
3535
margin: -103px 0 0 -120px;
3636
text-align: center;
3737
}
38-
38+
3939
h1 {
4040
color: #1890ff;
4141
font-size: 120px;
4242
font-weight: 500;
4343
}
44-
44+
4545
p {
4646
color: #314659;
4747
font-size: 18px;
4848
}
4949
</style>
50-
<script>
51-
var _hmt = _hmt || [];
52-
var isGithub = location.host.indexOf('github') !== -1;
53-
var src = isGithub ? 'https://hm.baidu.com/hm.js?b3ef688fa86bfb75027f1b410180a867' : 'https://hm.baidu.com/hm.js?1564b57c5b8f74933e4fedca9dc75b0d';
54-
(function() {
55-
var hm = document.createElement('script');
56-
hm.src = src;
57-
var s = document.getElementsByTagName('script')[0];
58-
s.parentNode.insertBefore(hm, s);
59-
})()
60-
</script>
50+
<script>
51+
var _hmt = _hmt || [];
52+
var srcMap = {
53+
'ant-design-vue.gitee.io': 'https://hm.baidu.com/hm.js?1e30265f06f76fabfcdb7ed272017441',
54+
'vue.ant.design': 'https://hm.baidu.com/hm.js?f0ba868f114e674b816b4880f7525811',
55+
'www.antdv.com': 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22',
56+
};
57+
var src = srcMap[location.host] || 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22';
58+
(function() {
59+
var hm = document.createElement('script');
60+
hm.src = src;
61+
var s = document.getElementsByTagName('script')[0];
62+
s.parentNode.insertBefore(hm, s);
63+
})()
64+
</script>
6165
</head>
6266

6367
<body>
@@ -77,4 +81,4 @@ <h1>404</h1>
7781
</div>
7882
</body>
7983

80-
</html>
84+
</html>

site/components/CarbonAds.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<script>
22
import axios from 'axios';
33
const carbonUrls = {
4-
'vuecomponent.github.io':
5-
'//cdn.carbonads.com/carbon.js?serve=CK7DL2JW&placement=vuecomponentgithubio',
4+
'www.antdv.com': '//cdn.carbonads.com/carbon.js?serve=CK7DL2JW&placement=antdvcom',
65
'tangjinzhou.gitee.io':
76
'//cdn.carbonads.com/carbon.js?serve=CK7DL2JN&placement=tangjinzhougiteeio',
87
'ant-design-vue.gitee.io':

site/components/geektime.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<img
1111
width="170"
1212
alt="Vue 实战教程"
13-
src="http://qn.antdv.com/geektime-vue.jpeg"
13+
src="https://qn.antdv.com/geektime-vue.jpeg"
1414
>
1515
</a>
1616
<div

site/components/geektime_ads.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<img
1212
height="100"
1313
alt="重学前端"
14-
src="http://qn.antdv.com/chongxueqianduan.jpg"
14+
src="https://qn.antdv.com/chongxueqianduan.jpg"
1515
/>
1616
</a>
1717
</div>

site/components/header.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default {
104104
width='160'
105105
height='160'
106106
alt='wechat'
107-
src='http://qn.antdv.com/wechat.jpeg'
107+
src='https://qn.antdv.com/wechat.jpeg'
108108
/>
109109
</template>
110110
<a>
@@ -119,7 +119,7 @@ export default {
119119
width='160'
120120
height='160'
121121
alt='qq'
122-
src='http://qn.antdv.com/qq.png'
122+
src='https://qn.antdv.com/qq.png'
123123
/>
124124
</template>
125125
<a>

site/components/sponsors.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
>
2828
<img
2929
height="66"
30-
src="http://qn.antdv.com/youkeda.jpeg"
30+
src="https://qn.antdv.com/youkeda.jpeg"
3131
alt="bmatch"
3232
>
3333
</a>

site/index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta http-equiv="Expires" content="0">
1111
<meta name="description" content="An enterprise-class UI components based on Ant Design and Vue">
1212
<title>Ant Design Vue</title>
13-
<link rel="icon" type="image/x-icon" href="http://qn.antdv.com/favicon.ico">
13+
<link rel="shortcut icon" type="image/x-icon" href="https://qn.antdv.com/favicon.ico">
1414
<style id="nprogress-style">
1515
#nprogress {
1616
display: none;
@@ -19,12 +19,11 @@
1919
<script>
2020
var _hmt = _hmt || [];
2121
var srcMap = {
22-
'vuecomponent.github.io': 'https://hm.baidu.com/hm.js?b3ef688fa86bfb75027f1b410180a867',
23-
'tangjinzhou.gitee.io': 'https://hm.baidu.com/hm.js?1564b57c5b8f74933e4fedca9dc75b0d',
2422
'ant-design-vue.gitee.io': 'https://hm.baidu.com/hm.js?1e30265f06f76fabfcdb7ed272017441',
2523
'vue.ant.design': 'https://hm.baidu.com/hm.js?f0ba868f114e674b816b4880f7525811',
24+
'www.antdv.com': 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22',
2625
};
27-
var src = srcMap[location.host];
26+
var src = srcMap[location.host] || 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22';
2827
(function() {
2928
var hm = document.createElement('script');
3029
hm.src = src;
@@ -59,4 +58,4 @@
5958
</script>
6059
</body>
6160

62-
</html>
61+
</html>

0 commit comments

Comments
 (0)