Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a83cc16

Browse files
feat: update articles
1 parent 71f9e01 commit a83cc16

File tree

2 files changed

+59
-43
lines changed

2 files changed

+59
-43
lines changed

‎.github/META/index.html‎

Lines changed: 58 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<html lang="en">
33

44
<head>
5-
<meta charset="UTF-8">
5+
<meta charset="UTF-8"/>
66
<title>Documents</title>
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
8-
<meta name="description" content="Description">
8+
<meta name="description" content="Description"/>
99
<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"/>
1212
<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"/>
1414
</head>
1515

1616
<body>
@@ -33,76 +33,82 @@
3333
</style>
3434
<div id="nav">
3535
<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>
3737
<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>
3939
<h3><a href="https://github.com/wx-chevalier">Github</a></h3>
4040
</div>
4141
<div id="app"></div>
4242
<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">
4551
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
4652
<path
4753
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>
4955
<path
5056
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"
5157
fill="currentColor" class="octo-body"></path>
5258
</svg></a>
5359
<style>
5460
.github-corner:hover .octo-arm {
55-
animation: octocat-wave 560ms ease-in-out
61+
animation: octocat-wave 560ms ease-in-out;
5662
}
5763

5864
@keyframes octocat-wave {
5965

6066
0%,
6167
100% {
62-
transform: rotate(0)
68+
transform: rotate(0);
6369
}
6470

6571
20%,
6672
60% {
67-
transform: rotate(-25deg)
73+
transform: rotate(-25deg);
6874
}
6975

7076
40%,
7177
80% {
72-
transform: rotate(10deg)
78+
transform: rotate(10deg);
7379
}
7480
}
7581

76-
@media (max-width:500px) {
82+
@media (max-width:500px) {
7783
.github-corner:hover .octo-arm {
78-
animation: none
84+
animation: none;
7985
}
8086

8187
.github-corner .octo-arm {
82-
animation: octocat-wave 560ms ease-in-out
88+
animation: octocat-wave 560ms ease-in-out;
8389
}
8490
}
8591
</style>
8692
<script>
8793
window.$docsify = {
88-
name: '',
89-
repo: '',
90-
loadSidebar: "sidebar.md",
94+
name: "",
95+
repo: "",
96+
loadSidebar: "_sidebar.md",
9197
alias: {
92-
'/.*/_sidebar.md': './sidebar.md',
98+
"/.*/_sidebar.md": "./_sidebar.md",
9399
},
94100
subMaxLevel: 3,
95101
search: "auto",
96102
ga: "UA-126390624-1",
97103
plantuml: {
98-
skin: 'default',
104+
skin: "default",
99105
},
100106
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",
104110
},
105-
}
111+
};
106112
</script>
107113
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
108114
<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>
120126
<script src="//unpkg.com/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
121127
<script type="text/javascript" src="https://s4.cnzz.com/z_stat.php?id=1279148160&web_id=1279148160"></script>
122128
<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);
132134
};
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+
};
139156
</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>
141157
</body>
142158

143159
</html>

‎index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3><a href="https://ng-tech.icu/search">全领域检索</a></h3>
9595
repo: 'wx-chevalier/Developer-Zero-To-Mastery',
9696
loadSidebar: "_sidebar.md",
9797
alias: {
98-
// '/.*/_sidebar.md': './sidebar.md',
98+
9999
},
100100
subMaxLevel: 3,
101101
search: "auto",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /