Skip to content

Commit 1bf2a2a

Browse files
committed
doc: update
1 parent cc86cbf commit 1bf2a2a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

site/404.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
content="An enterprise-class UI components based on Ant Design and Vue"
1313
/>
1414
<title>Ant Design Vue</title>
15-
<link rel="icon" type="image/x-icon" href="https://qn.antdv.com/favicon.ico" />
15+
<link rel="icon" type="image/x-icon" href="//aliyuncdn.antdv.com/favicon.ico" />
1616
<style id="nprogress-style">
1717
#page-404 {
1818
background-image: url('https://os.alipayobjects.com/rmsportal/NOAjOBbnYCrNzrW.jpg');
@@ -58,7 +58,7 @@
5858
};
5959
var src =
6060
srcMap[location.host] || 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22';
61-
(function() {
61+
(function () {
6262
var hm = document.createElement('script');
6363
hm.src = src;
6464
var s = document.getElementsByTagName('script')[0];
@@ -72,7 +72,10 @@
7272
<div id="page-404" data-reactroot="">
7373
<section>
7474
<h1>404</h1>
75-
<p>你要找的页面不存在<a href="/">返回首页</a></p>
75+
<p>
76+
你要找的页面不存在
77+
<a href="/">返回首页</a>
78+
</p>
7679
</section>
7780
<style>
7881
#app {

site/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://aliyuncdn.antdv.com/favicon.ico" />
19+
<link rel="shortcut icon" type="image/x-icon" href="//aliyuncdn.antdv.com/favicon.ico" />
2020
<style id="nprogress-style">
2121
#nprogress {
2222
display: none;

0 commit comments

Comments
 (0)