Skip to content

Commit 2f3d049

Browse files
committed
feat: update articles
1 parent 2dda360 commit 2f3d049

File tree

2 files changed

+138
-166
lines changed

2 files changed

+138
-166
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</a>
1313

1414
<p align="center">
15-
<a href="https://wx-chevalier.github.io/AI-Series"><strong>在线阅读 >> </strong></a>
15+
<a href="https://ng-tech.icu/books/AI-Series"><strong>在线阅读 >> </strong></a>
1616
<br />
1717
<br />
1818
<a href="https://github.com/wx-chevalier/Awesome-CheatSheets">速览手册</a>
@@ -90,7 +90,7 @@
9090

9191
![技术视野](https://ngte-superbed.oss-cn-beijing.aliyuncs.com/item/yTSKdH.png)
9292

93-
您还可以前往 [NGTE Books](https://wx-chevalier.github.io/books/) 主页浏览包含知识体系、编程语言、软件工程、模式与架构、Web 与大前端、服务端开发实践与工程架构、分布式基础架构、人工智能与深度学习、产品运营与创业等多类目的书籍列表:
93+
您还可以前往 [NGTE Books](https://ng-tech.icu/books-gallery/) 主页浏览包含知识体系、编程语言、软件工程、模式与架构、Web 与大前端、服务端开发实践与工程架构、分布式基础架构、人工智能与深度学习、产品运营与创业等多类目的书籍列表:
9494

9595
![NGTE Books](https://ngte-superbed.oss-cn-beijing.aliyuncs.com/item/19uXtI.png)
9696

index.html

Lines changed: 136 additions & 164 deletions
Original file line numberDiff line numberDiff line change
@@ -1,184 +1,156 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<title>AIDL Series</title>
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7-
<meta name="description" content="Description" />
8-
<meta
9-
name="viewport"
10-
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
11-
/>
12-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" />
13-
<link
14-
rel="stylesheet"
15-
href="//cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css"
16-
/>
17-
<link
18-
rel="stylesheet"
19-
href="https://unpkg.com/[email protected]/dist/toc.css"
20-
/>
21-
</head>
223

23-
<body>
24-
<style>
25-
.sidebar {
26-
margin-top: 48px;
27-
}
4+
<head>
5+
<meta charset="UTF-8" />
6+
<title>AIDL Series</title>
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
8+
<meta name="description" content="Description" />
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" />
12+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css" />
13+
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/toc.css" />
14+
</head>
2815

29-
#nav {
30-
position: fixed;
31-
z-index: 9;
32-
padding: 0 8px;
33-
display: flex;
34-
justify-content: space-evenly;
35-
align-items: center;
36-
width: 300px;
37-
top: 0;
38-
height: 60px;
39-
}
40-
</style>
41-
<div id="nav">
42-
<h3><a href="http://wx-chevalier.github.io/books">CS 系列笔记</a></h3>
43-
<span style="margin: 0 8px; display: inline-block">|</span>
44-
<h3><a href="https://wx-chevalier.github.io/search">全领域检索</a></h3>
45-
</div>
46-
<img
47-
src="https://pic.imgdb.cn/item/60f688e65132923bf821c68d.jpg"
48-
style="top: 2%; position: absolute; left: 35%; z-index: -1; height: 100px"
49-
/>
50-
<style>
51-
section.content {
52-
padding-top: 100px;
53-
}
54-
</style>
55-
<div id="app"></div>
56-
<a
57-
href="https://github.com/wx-chevalier/AI-Series"
58-
class="github-corner"
59-
aria-label="View source on GitHub"
60-
><svg
61-
width="80"
62-
height="80"
63-
viewBox="0 0 250 250"
64-
style="
16+
<body>
17+
<style>
18+
.sidebar {
19+
margin-top: 48px;
20+
}
21+
22+
#nav {
23+
position: fixed;
24+
z-index: 9;
25+
padding: 0 8px;
26+
display: flex;
27+
justify-content: space-evenly;
28+
align-items: center;
29+
width: 300px;
30+
top: 0;
31+
height: 60px;
32+
}
33+
</style>
34+
<div id="nav">
35+
<h3><a href="https://ng-tech.icu/books-gallery">CS 系列笔记</a></h3>
36+
37+
</div>
38+
<img src="https://pic.imgdb.cn/item/60f688e65132923bf821c68d.jpg"
39+
style="top: 2%; position: absolute; left: 35%; z-index: -1; height: 100px" />
40+
<style>
41+
section.content {
42+
padding-top: 100px;
43+
}
44+
</style>
45+
<div id="app"></div>
46+
<a href="https://github.com/wx-chevalier/AI-Series" class="github-corner" aria-label="View source on GitHub"><svg
47+
width="80" height="80" viewBox="0 0 250 250" style="
6548
fill: #151513;
6649
color: #fff;
6750
position: absolute;
6851
top: 0;
6952
border: 0;
7053
right: 0;
71-
"
72-
aria-hidden="true"
73-
>
74-
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
75-
<path
76-
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"
77-
fill="currentColor"
78-
style="transform-origin: 130px 106px"
79-
class="octo-arm"
80-
></path>
81-
<path
82-
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"
83-
fill="currentColor"
84-
class="octo-body"
85-
></path></svg
86-
></a>
87-
<style>
88-
.github-corner:hover .octo-arm {
89-
animation: octocat-wave 560ms ease-in-out;
90-
}
54+
" aria-hidden="true">
55+
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
56+
<path
57+
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"
58+
fill="currentColor" style="transform-origin: 130px 106px" class="octo-arm"></path>
59+
<path
60+
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"
61+
fill="currentColor" class="octo-body"></path>
62+
</svg></a>
63+
<style>
64+
.github-corner:hover .octo-arm {
65+
animation: octocat-wave 560ms ease-in-out;
66+
}
9167

92-
@keyframes octocat-wave {
93-
0%,
94-
100% {
95-
transform: rotate(0);
96-
}
68+
@keyframes octocat-wave {
9769

98-
20%,
99-
60% {
100-
transform: rotate(-25deg);
101-
}
70+
0%,
71+
100% {
72+
transform: rotate(0);
73+
}
10274

103-
40%,
104-
80% {
105-
transform: rotate(10deg);
106-
}
75+
20%,
76+
60% {
77+
transform: rotate(-25deg);
10778
}
10879

109-
@media (max-width: 500px) {
110-
.github-corner:hover .octo-arm {
111-
animation: none;
112-
}
80+
40%,
81+
80% {
82+
transform: rotate(10deg);
83+
}
84+
}
11385

114-
.github-corner .octo-arm {
115-
animation: octocat-wave 560ms ease-in-out;
116-
}
86+
@media (max-width: 500px) {
87+
.github-corner:hover .octo-arm {
88+
animation: none;
11789
}
118-
</style>
119-
<script>
120-
window.$docsify = {
121-
name: "AI Series",
122-
repo: "wx-chevalier/AI-Series",
123-
loadSidebar: "_sidebar.md",
124-
alias: {},
125-
subMaxLevel: 3,
126-
search: "auto",
127-
// ga: "UA-126390624-1",
128-
plantuml: {
129-
skin: "default",
130-
},
131-
toc: {
132-
scope: ".markdown-section",
133-
headings: "h1, h2, h3, h4, h5, h6",
134-
title: "Table of Contents",
135-
},
136-
};
137-
</script>
138-
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
139-
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
140-
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
141-
<script src="//unpkg.com/docsify-copy-code"></script>
142-
<script src="//unpkg.com/docsify/lib/plugins/external-script.min.js"></script>
143-
<script src="//cdn.jsdelivr.net/npm/docsify-katex@latest/dist/docsify-katex.js"></script>
144-
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
145-
<script src="//unpkg.com/prismjs/components/prism-php.min.js"></script>
146-
<script src="//unpkg.com/prismjs/components/prism-javascript.min.js"></script>
147-
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
148-
<script src="//unpkg.com/prismjs/components/prism-go.min.js"></script>
149-
<script src="//unpkg.com/docsify-plantuml/dist/docsify-plantuml.min.js"></script>
150-
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
151-
<!-- <script src="https://unpkg.com/[email protected]/dist/toc.js"></script> -->
152-
<script src="//unpkg.com/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
153-
<script
154-
type="text/javascript"
155-
src="https://s4.cnzz.com/z_stat.php?id=1279148160&web_id=1279148160"
156-
></script>
157-
<script type="text/javascript">
158-
window.$crisp = [];
159-
window.CRISP_WEBSITE_ID = "12adcc35-9621-4313-8262-62dc654b29d8";
160-
(function () {
161-
d = document;
162-
s = d.createElement("script");
163-
s.src = "https://client.crisp.chat/l.js";
164-
s.async = 1;
165-
d.getElementsByTagName("head")[0].appendChild(s);
166-
})();
167-
</script>
16890

169-
<!-- Global site tag (gtag.js) - Google Analytics -->
170-
<script
171-
async
172-
src="https://www.googletagmanager.com/gtag/js?id=G-VBDE2QW626"
173-
></script>
174-
<script>
175-
window.dataLayer = window.dataLayer || [];
176-
function gtag() {
177-
dataLayer.push(arguments);
91+
.github-corner .octo-arm {
92+
animation: octocat-wave 560ms ease-in-out;
17893
}
179-
gtag("js", new Date());
94+
}
95+
</style>
96+
<script>
97+
window.$docsify = {
98+
name: "AI Series",
99+
repo: "wx-chevalier/AI-Series",
100+
loadSidebar: "_sidebar.md",
101+
alias: {},
102+
subMaxLevel: 3,
103+
search: "auto",
104+
// ga: "UA-126390624-1",
105+
plantuml: {
106+
skin: "default",
107+
},
108+
toc: {
109+
scope: ".markdown-section",
110+
headings: "h1, h2, h3, h4, h5, h6",
111+
title: "Table of Contents",
112+
},
113+
};
114+
</script>
115+
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
116+
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
117+
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
118+
<script src="//unpkg.com/docsify-copy-code"></script>
119+
<script src="//unpkg.com/docsify/lib/plugins/external-script.min.js"></script>
120+
<script src="//cdn.jsdelivr.net/npm/docsify-katex@latest/dist/docsify-katex.js"></script>
121+
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
122+
<script src="//unpkg.com/prismjs/components/prism-php.min.js"></script>
123+
<script src="//unpkg.com/prismjs/components/prism-javascript.min.js"></script>
124+
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
125+
<script src="//unpkg.com/prismjs/components/prism-go.min.js"></script>
126+
<script src="//unpkg.com/docsify-plantuml/dist/docsify-plantuml.min.js"></script>
127+
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
128+
<!-- <script src="https://unpkg.com/[email protected]/dist/toc.js"></script> -->
129+
<script src="//unpkg.com/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
130+
<script type="text/javascript" src="https://s4.cnzz.com/z_stat.php?id=1279148160&web_id=1279148160"></script>
131+
<script type="text/javascript">
132+
window.$crisp = [];
133+
window.CRISP_WEBSITE_ID = "12adcc35-9621-4313-8262-62dc654b29d8";
134+
(function () {
135+
d = document;
136+
s = d.createElement("script");
137+
s.src = "https://client.crisp.chat/l.js";
138+
s.async = 1;
139+
d.getElementsByTagName("head")[0].appendChild(s);
140+
})();
141+
</script>
142+
143+
<!-- Global site tag (gtag.js) - Google Analytics -->
144+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VBDE2QW626"></script>
145+
<script>
146+
window.dataLayer = window.dataLayer || [];
147+
function gtag() {
148+
dataLayer.push(arguments);
149+
}
150+
gtag("js", new Date());
151+
152+
gtag("config", "G-VBDE2QW626");
153+
</script>
154+
</body>
180155

181-
gtag("config", "G-VBDE2QW626");
182-
</script>
183-
</body>
184-
</html>
156+
</html>

0 commit comments

Comments
 (0)