update site

pull/1143/head
tanjinzhou 2019-08-23 17:58:46 +08:00
parent 8796c94315
commit 85702bb98f
11 changed files with 36 additions and 34 deletions

View File

@ -1,6 +1,6 @@
<p align="center">
<a href="https://vue.ant.design/">
<img width="200" src="http://qn.antdv.com/logo.png">
<img width="200" src="https://qn.antdv.com/logo.png">
</a>
</p>
@ -91,7 +91,7 @@ ant-design-vue是MIT协议的开源项目。为了项目能够更好的持续的
- [Patreon](https://www.patreon.com/tangjinzhou)
- [opencollective](https://opencollective.com/ant-design-vue)
- [paypal](https://www.paypal.me/tangjinzhou)
- [支付宝或微信](http://qn.antdv.com/alipay-and-wechat.png)
- [支付宝或微信](https://qn.antdv.com/alipay-and-wechat.png)
## Backers

View File

@ -1,6 +1,6 @@
<p align="center">
<a href="https://vue.ant.design/">
<img width="200" src="http://qn.antdv.com/logo.png">
<img width="200" src="https://qn.antdv.com/logo.png">
</a>
</p>
@ -86,7 +86,7 @@ ant-design-vue is an MIT-licensed open source project. In order to achieve bette
- [Patreon](https://www.patreon.com/tangjinzhou)
- [opencollective](https://opencollective.com/ant-design-vue)
- [paypal](https://www.paypal.me/tangjinzhou)
- [支付宝或微信](http://qn.antdv.com/alipay-and-wechat.png)
- [支付宝或微信](https://qn.antdv.com/alipay-and-wechat.png)
## Backers

View File

@ -8,7 +8,7 @@ We accept donations through these channels:
<div>
<a href="https://www.paypal.me/tangjinzhou" target="_blank">PayPal</a>
<br/>
<a href="http://qn.antdv.com/alipay-and-wechat.png" target="_blank">Alipay or WeChat</a>
<a href="https://qn.antdv.com/alipay-and-wechat.png" target="_blank">Alipay or WeChat</a>
</div>
## Recurring Pledges

View File

@ -8,7 +8,7 @@ ant-design-vue 是采用 MIT 许可的开源项目,使用完全免费。 但
<div>
<a href="https://www.paypal.me/tangjinzhou" target="_blank">PayPal</a>
<br/>
<a href="http://qn.antdv.com/alipay-and-wechat.png" target="_blank">支付宝或微信</a>
<a href="https://qn.antdv.com/alipay-and-wechat.png" target="_blank">支付宝或微信</a>
</div>
## 周期性赞助

View File

@ -10,7 +10,7 @@
<meta http-equiv="Expires" content="0">
<meta name="description" content="An enterprise-class UI components based on Ant Design and Vue">
<title>Ant Design Vue</title>
<link rel="icon" type="image/x-icon" href="http://qn.antdv.com/favicon.ico">
<link rel="icon" type="image/x-icon" href="https://qn.antdv.com/favicon.ico">
<style id="nprogress-style">
#page-404 {
background-image: url('https://os.alipayobjects.com/rmsportal/NOAjOBbnYCrNzrW.jpg');
@ -27,7 +27,7 @@
bottom: 0;
z-index: 100;
}
section {
position: absolute;
top: 48%;
@ -35,29 +35,33 @@
margin: -103px 0 0 -120px;
text-align: center;
}
h1 {
color: #1890ff;
font-size: 120px;
font-weight: 500;
}
p {
color: #314659;
font-size: 18px;
}
</style>
<script>
var _hmt = _hmt || [];
var isGithub = location.host.indexOf('github') !== -1;
var src = isGithub ? 'https://hm.baidu.com/hm.js?b3ef688fa86bfb75027f1b410180a867' : 'https://hm.baidu.com/hm.js?1564b57c5b8f74933e4fedca9dc75b0d';
(function() {
var hm = document.createElement('script');
hm.src = src;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})()
</script>
<script>
var _hmt = _hmt || [];
var srcMap = {
'ant-design-vue.gitee.io': 'https://hm.baidu.com/hm.js?1e30265f06f76fabfcdb7ed272017441',
'vue.ant.design': 'https://hm.baidu.com/hm.js?f0ba868f114e674b816b4880f7525811',
'www.antdv.com': 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22',
};
var src = srcMap[location.host] || 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22';
(function() {
var hm = document.createElement('script');
hm.src = src;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})()
</script>
</head>
<body>
@ -77,4 +81,4 @@
</div>
</body>
</html>
</html>

View File

@ -1,8 +1,7 @@
<script>
import axios from 'axios';
const carbonUrls = {
'vuecomponent.github.io':
'//cdn.carbonads.com/carbon.js?serve=CK7DL2JW&placement=vuecomponentgithubio',
'www.antdv.com': '//cdn.carbonads.com/carbon.js?serve=CK7DL2JW&placement=antdvcom',
'tangjinzhou.gitee.io':
'//cdn.carbonads.com/carbon.js?serve=CK7DL2JN&placement=tangjinzhougiteeio',
'ant-design-vue.gitee.io':

View File

@ -10,7 +10,7 @@
<img
width="170"
alt="Vue 实战教程"
src="http://qn.antdv.com/geektime-vue.jpeg"
src="https://qn.antdv.com/geektime-vue.jpeg"
>
</a>
<div

View File

@ -11,7 +11,7 @@
<img
height="100"
alt="重学前端"
src="http://qn.antdv.com/chongxueqianduan.jpg"
src="https://qn.antdv.com/chongxueqianduan.jpg"
/>
</a>
</div>

View File

@ -104,7 +104,7 @@ export default {
width='160'
height='160'
alt='wechat'
src='http://qn.antdv.com/wechat.jpeg'
src='https://qn.antdv.com/wechat.jpeg'
/>
</template>
<a>
@ -119,7 +119,7 @@ export default {
width='160'
height='160'
alt='qq'
src='http://qn.antdv.com/qq.png'
src='https://qn.antdv.com/qq.png'
/>
</template>
<a>

View File

@ -27,7 +27,7 @@
>
<img
height="66"
src="http://qn.antdv.com/youkeda.jpeg"
src="https://qn.antdv.com/youkeda.jpeg"
alt="bmatch"
>
</a>

View File

@ -10,7 +10,7 @@
<meta http-equiv="Expires" content="0">
<meta name="description" content="An enterprise-class UI components based on Ant Design and Vue">
<title>Ant Design Vue</title>
<link rel="icon" type="image/x-icon" href="http://qn.antdv.com/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="https://qn.antdv.com/favicon.ico">
<style id="nprogress-style">
#nprogress {
display: none;
@ -19,12 +19,11 @@
<script>
var _hmt = _hmt || [];
var srcMap = {
'vuecomponent.github.io': 'https://hm.baidu.com/hm.js?b3ef688fa86bfb75027f1b410180a867',
'tangjinzhou.gitee.io': 'https://hm.baidu.com/hm.js?1564b57c5b8f74933e4fedca9dc75b0d',
'ant-design-vue.gitee.io': 'https://hm.baidu.com/hm.js?1e30265f06f76fabfcdb7ed272017441',
'vue.ant.design': 'https://hm.baidu.com/hm.js?f0ba868f114e674b816b4880f7525811',
'www.antdv.com': 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22',
};
var src = srcMap[location.host];
var src = srcMap[location.host] || 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22';
(function() {
var hm = document.createElement('script');
hm.src = src;
@ -59,4 +58,4 @@
</script>
</body>
</html>
</html>