2
2
< html lang ="en ">
3
3
4
4
< head >
5
- < meta charset ="UTF-8 ">
5
+ < meta charset ="UTF-8 "/ >
6
6
< title > Documents</ title >
7
7
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 " />
8
- < meta name ="description " content ="Description ">
8
+ < meta name ="description " content ="Description "/ >
9
9
< meta name ="viewport "
10
- content ="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 ">
11
- < link rel ="stylesheet " href ="//unpkg.com/docsify/lib/themes/vue.css ">
10
+ content ="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 "/ >
11
+ < link rel ="stylesheet " href ="//unpkg.com/docsify/lib/themes/vue.css "/ >
12
12
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css " />
13
- < link rel ="stylesheet " href ="https://unpkg.com/docsify-toc@1.0.0/dist/toc.css ">
13
+ < link rel ="stylesheet " href ="https://unpkg.com/docsify-toc@1.0.0/dist/toc.css "/ >
14
14
</ head >
15
15
16
16
< body >
33
33
</ style >
34
34
< div id ="nav ">
35
35
< h3 > < a href ="http://ng-tech.icu/books "> Books</ a > </ h3 >
36
- < span style ="margin:0 8px;display:inline-block "> |</ span >
36
+ < span style ="margin:0 8px;display:inline-block "> |</ span >
37
37
< h3 > < a href ="https://ng-tech.icu/projects "> Projects</ a > </ h3 >
38
- < span style ="margin:0 8px;display:inline-block "> |</ span >
38
+ < span style ="margin:0 8px;display:inline-block "> |</ span >
39
39
< h3 > < a href ="https://github.com/wx-chevalier "> Github</ a > </ h3 >
40
40
</ div >
41
41
< div id ="app "> </ div >
42
42
< a href ="https://github.com/wx-chevalier/Web-Series " class ="github-corner " aria-label ="View source on GitHub "> < svg
43
- width ="80 " height ="80 " viewBox ="0 0 250 250 "
44
- style ="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0; " aria-hidden ="true ">
43
+ width ="80 " height ="80 " viewBox ="0 0 250 250 " style ="
44
+ fill: #151513;
45
+ color: #fff;
46
+ position: absolute;
47
+ top: 0;
48
+ border: 0;
49
+ right: 0;
50
+ " aria-hidden ="true ">
45
51
< path d ="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z "> </ path >
46
52
< path
47
53
d ="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2 "
48
- fill ="currentColor " style ="transform-origin: 130px 106px; " class ="octo-arm "> </ path >
54
+ fill ="currentColor " style ="transform-origin: 130px 106px " class ="octo-arm "> </ path >
49
55
< path
50
56
d ="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z "
51
57
fill ="currentColor " class ="octo-body "> </ path >
52
58
</ svg > </ a >
53
59
< style >
54
60
.github-corner : hover .octo-arm {
55
- animation : octocat-wave 560ms ease-in-out
61
+ animation : octocat-wave 560ms ease-in-out;
56
62
}
57
63
58
64
@keyframes octocat-wave {
59
65
60
66
0% ,
61
67
100% {
62
- transform : rotate (0 )
68
+ transform : rotate (0 );
63
69
}
64
70
65
71
20% ,
66
72
60% {
67
- transform : rotate (-25deg )
73
+ transform : rotate (-25deg );
68
74
}
69
75
70
76
40% ,
71
77
80% {
72
- transform : rotate (10deg )
78
+ transform : rotate (10deg );
73
79
}
74
80
}
75
81
76
- @media (max-width : 500px ) {
82
+ @media (max-width : 500px ) {
77
83
.github-corner : hover .octo-arm {
78
- animation : none
84
+ animation : none;
79
85
}
80
86
81
87
.github-corner .octo-arm {
82
- animation : octocat-wave 560ms ease-in-out
88
+ animation : octocat-wave 560ms ease-in-out;
83
89
}
84
90
}
85
91
</ style >
86
92
< script >
87
93
window . $docsify = {
88
- name : '' ,
89
- repo : '' ,
90
- loadSidebar : "sidebar .md" ,
94
+ name : "" ,
95
+ repo : "" ,
96
+ loadSidebar : "_sidebar .md" ,
91
97
alias : {
92
- ' /.*/_sidebar.md' : './sidebar .md' ,
98
+ " /.*/_sidebar.md" : "./_sidebar .md" ,
93
99
} ,
94
100
subMaxLevel : 3 ,
95
101
search : "auto" ,
96
102
ga : "UA-126390624-1" ,
97
103
plantuml : {
98
- skin : ' default' ,
104
+ skin : " default" ,
99
105
} ,
100
106
toc : {
101
- scope : ' .markdown-section' ,
102
- headings : ' h1, h2, h3, h4, h5, h6' ,
103
- title : ' Table of Contents' ,
107
+ scope : " .markdown-section" ,
108
+ headings : " h1, h2, h3, h4, h5, h6" ,
109
+ title : " Table of Contents" ,
104
110
} ,
105
- }
111
+ } ;
106
112
</ script >
107
113
< script src ="//unpkg.com/docsify/lib/docsify.min.js "> </ script >
108
114
< script src ="//unpkg.com/docsify/lib/plugins/search.min.js "> </ script >
@@ -120,24 +126,34 @@ <h3><a href="https://github.com/wx-chevalier">Github</a></h3>
120
126
< script src ="//unpkg.com/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js "> </ script >
121
127
< script type ="text/javascript " src ="https://s4.cnzz.com/z_stat.php?id=1279148160&web_id=1279148160 "> </ script >
122
128
< script >
123
- ( function ( h , o , t , j , a , r ) {
124
- h . hj =
125
- h . hj ||
126
- function ( ) {
127
- ( h . hj . q = h . hj . q || [ ] ) . push ( arguments ) ;
128
- } ;
129
- h . _hjSettings = {
130
- hjid : 1026253 ,
131
- hjsv : 6
129
+ ( function ( h , o , t , j , a , r ) {
130
+ h . hj =
131
+ h . hj ||
132
+ function ( ) {
133
+ ( h . hj . q = h . hj . q || [ ] ) . push ( arguments ) ;
132
134
} ;
133
- a = o . getElementsByTagName ( "head" ) [ 0 ] ;
134
- r = o . createElement ( "script" ) ;
135
- r . async = 1 ;
136
- r . src = t + h . _hjSettings . hjid + j + h . _hjSettings . hjsv ;
137
- a . appendChild ( r ) ;
138
- } ) ( window , document , "https://static.hotjar.com/c/hotjar-" , ".js?sv=" ) ;
135
+ h . _hjSettings = {
136
+ hjid : 1026253 ,
137
+ hjsv : 6 ,
138
+ } ;
139
+ a = o . getElementsByTagName ( "head" ) [ 0 ] ;
140
+ r = o . createElement ( "script" ) ;
141
+ r . async = 1 ;
142
+ r . src = t + h . _hjSettings . hjid + j + h . _hjSettings . hjsv ;
143
+ a . appendChild ( r ) ;
144
+ } ) ( window , document , "https://static.hotjar.com/c/hotjar-" , ".js?sv=" ) ;
145
+ </ script >
146
+ < script >
147
+ window . onload = ( ) => {
148
+ setTimeout ( ( ) => {
149
+ document
150
+ . querySelectorAll ( "li.level-1" )
151
+ . forEach ( ( n ) => n . classList . add ( "open" ) ) ;
152
+ document . querySelector ( "input[type='search']" ) . placeholder =
153
+ "本系列检索" ;
154
+ } , 1000 ) ;
155
+ } ;
139
156
</ script >
140
- < script > window . onload = ( ) => { setTimeout ( ( ) => { document . querySelectorAll ( "li.level-1" ) . forEach ( n => n . classList . add ( "open" ) ) ; document . querySelector ( "input[type='search']" ) . placeholder = "本系列检索" ; } , 1000 ) } </ script >
141
157
</ body >
142
158
143
159
</ html >
0 commit comments