-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
42 lines (38 loc) · 1.7 KB
/
about.html
File metadata and controls
42 lines (38 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>👀关于本作品</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<link rel="stylesheet" href="./task.css">
<link rel="stylesheet" href="./root.css">
<link rel="stylesheet" href="./markdown.css">
</head>
<body class="vscode-body vscode-light">
<div
class="github-markdown-body"
data-color-mode="auto"
data-light-theme="light"
data-dark-theme="dark"
>
<div class="github-markdown-content"><h1 id="关于本作品">👀关于本作品</h1>
<h2 id="作者">👏作者</h2>
<ul>
<li>B站:Eric学编程</li>
</ul>
<h2 id="描述">✍描述</h2>
<p>本作品由<code>Python</code>语言完成,可以用来<strong>整理乱作一团的文件</strong>,更多帮助请见<code>README.md</code>或<code>README.html</code>,也可以看<code>GitHub</code> <a href="https://github.com/EricDing618/FileClassifier">开源仓库</a> 呈现的<code>markdown</code>文档。</p>
<p><img src="show.jpg" alt="image"></p>
<h2 id="参考材料">📖参考材料</h2>
<ul>
<li>《PyQt5从入门到实践》</li>
<li>《零基础Python从入门到精通》</li>
<li>CSDN的博客</li>
<li>知乎的文章</li>
</ul>
</div>
</div>
</body>
</html>