File tree 9 files changed +175
-7
lines changed
9 files changed +175
-7
lines changed Original file line number Diff line number Diff line change 18
18
</ a >
19
19
< span class ="page-language-switch "> </ span >
20
20
< a class ="common-header-nav-item theme-link " href ="/theme.html "> </ a >
21
- < a class ="common-header-nav-item demo-link " href ="/demo .html "> </ a >
21
+ < a class ="common-header-nav-item demo-link " href ="/demoHome .html "> </ a >
22
22
< a class ="common-header-nav-item docs-link " target ="_blank " href ="https://www.yuque.com/rs385i "> </ a >
23
23
< div id ="viser-nav "> </ div >
24
24
</ nav >
Original file line number Diff line number Diff line change 19
19
</ a >
20
20
< span class ="page-language-switch "> </ span >
21
21
< a class ="common-header-nav-item theme-link " href ="/theme.html "> </ a >
22
- < a class ="common-header-nav-item demo-link " href ="/demo .html "> </ a >
22
+ < a class ="common-header-nav-item demo-link " href ="/demoHome .html "> </ a >
23
23
< a class ="common-header-nav-item docs-link " target ="_blank " href ="https://www.yuque.com/rs385i "> </ a >
24
24
< div id ="viser-nav "> </ div >
25
25
</ nav >
Original file line number Diff line number Diff line change 18
18
</ a >
19
19
< span class ="page-language-switch "> </ span >
20
20
< a class ="common-header-nav-item theme-link " href ="/theme.html "> </ a >
21
- < a class ="common-header-nav-item demo-link " href ="/demo .html "> </ a >
21
+ < a class ="common-header-nav-item demo-link " href ="/demoHome .html "> </ a >
22
22
< a class ="common-header-nav-item docs-link " target ="_blank " href ="https://www.yuque.com/rs385i "> </ a >
23
23
< div id ="viser-nav "> </ div >
24
24
</ nav >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ <h1 class="home-title">Viser</h1>
18
18
</ a >
19
19
< span class ="page-language-switch "> </ span >
20
20
< a class ="common-header-nav-item theme-link " href ="/theme.html "> </ a >
21
- < a class ="common-header-nav-item demo-link " href ="/demo .html "> </ a >
21
+ < a class ="common-header-nav-item demo-link " href ="/demoHome .html "> </ a >
22
22
< a class ="common-header-nav-item docs-link " target ="_blank " href ="https://www.yuque.com/rs385i "> </ a >
23
23
< div id ="viser-nav "> </ div >
24
24
</ nav >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 25
25
background : $primary ;
26
26
width : 200px ;
27
27
box-sizing : border-box ;
28
-
28
+ & :hover {
29
+ color :white ;
30
+ }
29
31
& ::after {
30
32
content : ' ' ;
31
33
display : block ;
Original file line number Diff line number Diff line change 2
2
@import ' ../styles/icon.scss' ;
3
3
@import ' ../styles/header.scss' ;
4
4
@import ' ../styles/main.scss' ;
5
+ @import " ~antd/dist/antd.css" ;
5
6
6
7
.theme-content {
7
8
height : 100% ;
Original file line number Diff line number Diff line change 18
18
</ a >
19
19
< span class ="page-language-switch "> </ span >
20
20
< a class ="common-header-nav-item theme-link " href ="/theme.html "> </ a >
21
- < a class ="common-header-nav-item demo-link " href ="/demo .html "> </ a >
21
+ < a class ="common-header-nav-item demo-link " href ="/demoHome .html "> </ a >
22
22
< a class ="common-header-nav-item docs-link " target ="_blank " href ="https://www.yuque.com/rs385i "> </ a >
23
23
< div id ="viser-nav "> </ div >
24
24
</ nav >
Original file line number Diff line number Diff line change 1
1
declare module '@alife/next' ;
2
- declare module 'cross-fetch' ;
2
+ declare module 'cross-fetch' ;
3
+ declare module 'antd' ;
You can’t perform that action at this time.
0 commit comments