Skip to content

Commit 23c1398

Browse files
committed
feat: update articles
1 parent 4399fb3 commit 23c1398

2 files changed

Lines changed: 100 additions & 0 deletions

File tree

index.html

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
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/docsify-toc@1.0.0/dist/toc.css">
14+
</head>
15+
16+
<body>
17+
<div id="app"></div>
18+
<a href="https://github.com/wx-chevalier/AI-Series" class="github-corner" aria-label="View source on GitHub"><svg
19+
width="80" height="80" viewBox="0 0 250 250"
20+
style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true">
21+
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
22+
<path
23+
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"
24+
fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path>
25+
<path
26+
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"
27+
fill="currentColor" class="octo-body"></path>
28+
</svg></a>
29+
<style>
30+
.github-corner:hover .octo-arm {
31+
animation: octocat-wave 560ms ease-in-out
32+
}
33+
34+
@keyframes octocat-wave {
35+
36+
0%,
37+
100% {
38+
transform: rotate(0)
39+
}
40+
41+
20%,
42+
60% {
43+
transform: rotate(-25deg)
44+
}
45+
46+
40%,
47+
80% {
48+
transform: rotate(10deg)
49+
}
50+
}
51+
52+
@media (max-width:500px) {
53+
.github-corner:hover .octo-arm {
54+
animation: none
55+
}
56+
57+
.github-corner .octo-arm {
58+
animation: octocat-wave 560ms ease-in-out
59+
}
60+
}
61+
</style>
62+
<script>
63+
window.$docsify = {
64+
name: '',
65+
repo: '',
66+
loadSidebar: "sidebar.md",
67+
alias: {
68+
'/.*/_sidebar.md': './sidebar.md',
69+
},
70+
subMaxLevel: 3,
71+
search: "auto",
72+
ga: "UA-126390624-1",
73+
plantuml: {
74+
skin: 'default',
75+
},
76+
toc: {
77+
scope: '.markdown-section',
78+
headings: 'h1, h2, h3, h4, h5, h6',
79+
title: 'Table of Contents',
80+
},
81+
}
82+
</script>
83+
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
84+
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
85+
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
86+
<script src="//unpkg.com/docsify-copy-code"></script>
87+
<script src="//unpkg.com/docsify/lib/plugins/external-script.min.js"></script>
88+
<script src="//cdn.jsdelivr.net/npm/docsify-katex@latest/dist/docsify-katex.js"></script>
89+
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
90+
<script src="//unpkg.com/prismjs/components/prism-php.min.js"></script>
91+
<script src="//unpkg.com/prismjs/components/prism-javascript.min.js"></script>
92+
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
93+
<script src="//unpkg.com/prismjs/components/prism-go.min.js"></script>
94+
<script src="//unpkg.com/docsify-plantuml/dist/docsify-plantuml.min.js"></script>
95+
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
96+
<script src="https://unpkg.com/docsify-toc@1.0.0/dist/toc.js"></script>
97+
<script src="//unpkg.com/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
98+
</body>
99+
100+
</html>
File renamed without changes.

0 commit comments

Comments
 (0)