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

View File

@ -1,6 +1,6 @@
<p align="center"> <p align="center">
<a href="https://vue.ant.design/"> <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> </a>
</p> </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) - [Patreon](https://www.patreon.com/tangjinzhou)
- [opencollective](https://opencollective.com/ant-design-vue) - [opencollective](https://opencollective.com/ant-design-vue)
- [paypal](https://www.paypal.me/tangjinzhou) - [paypal](https://www.paypal.me/tangjinzhou)
- [支付宝或微信](http://qn.antdv.com/alipay-and-wechat.png) - [支付宝或微信](https://qn.antdv.com/alipay-and-wechat.png)
## Backers ## Backers

View File

@ -8,7 +8,7 @@ We accept donations through these channels:
<div> <div>
<a href="https://www.paypal.me/tangjinzhou" target="_blank">PayPal</a> <a href="https://www.paypal.me/tangjinzhou" target="_blank">PayPal</a>
<br/> <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> </div>
## Recurring Pledges ## Recurring Pledges

View File

@ -8,7 +8,7 @@ ant-design-vue 是采用 MIT 许可的开源项目,使用完全免费。 但
<div> <div>
<a href="https://www.paypal.me/tangjinzhou" target="_blank">PayPal</a> <a href="https://www.paypal.me/tangjinzhou" target="_blank">PayPal</a>
<br/> <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> </div>
## 周期性赞助 ## 周期性赞助

View File

@ -10,7 +10,7 @@
<meta http-equiv="Expires" content="0"> <meta http-equiv="Expires" content="0">
<meta name="description" content="An enterprise-class UI components based on Ant Design and Vue"> <meta name="description" content="An enterprise-class UI components based on Ant Design and Vue">
<title>Ant Design Vue</title> <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"> <style id="nprogress-style">
#page-404 { #page-404 {
background-image: url('https://os.alipayobjects.com/rmsportal/NOAjOBbnYCrNzrW.jpg'); background-image: url('https://os.alipayobjects.com/rmsportal/NOAjOBbnYCrNzrW.jpg');
@ -49,8 +49,12 @@
</style> </style>
<script> <script>
var _hmt = _hmt || []; var _hmt = _hmt || [];
var isGithub = location.host.indexOf('github') !== -1; var srcMap = {
var src = isGithub ? 'https://hm.baidu.com/hm.js?b3ef688fa86bfb75027f1b410180a867' : '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] || 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22';
(function() { (function() {
var hm = document.createElement('script'); var hm = document.createElement('script');
hm.src = src; hm.src = src;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -10,7 +10,7 @@
<meta http-equiv="Expires" content="0"> <meta http-equiv="Expires" content="0">
<meta name="description" content="An enterprise-class UI components based on Ant Design and Vue"> <meta name="description" content="An enterprise-class UI components based on Ant Design and Vue">
<title>Ant Design Vue</title> <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"> <style id="nprogress-style">
#nprogress { #nprogress {
display: none; display: none;
@ -19,12 +19,11 @@
<script> <script>
var _hmt = _hmt || []; var _hmt = _hmt || [];
var srcMap = { 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', 'ant-design-vue.gitee.io': 'https://hm.baidu.com/hm.js?1e30265f06f76fabfcdb7ed272017441',
'vue.ant.design': 'https://hm.baidu.com/hm.js?f0ba868f114e674b816b4880f7525811', '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() { (function() {
var hm = document.createElement('script'); var hm = document.createElement('script');
hm.src = src; hm.src = src;