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' );
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 >
0 commit comments