Skip to content

Commit 3338ee2

Browse files
committed
Update directory trees
1 parent 680b054 commit 3338ee2

2 files changed

Lines changed: 47 additions & 1 deletion

File tree

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ <h1>Directory Tree</h1><p>
4848
│   ├── <a href="./fonts/MapleMonoNL-CN-Regular.woff2">MapleMonoNL-CN-Regular.woff2</a><br>
4949
│   ├── <a href="./fonts/SourceHanSansCN-Bold.woff2">SourceHanSansCN-Bold.woff2</a><br>
5050
│   └── <a href="./fonts/TimesNewRoman.ttf">TimesNewRoman.ttf</a><br>
51+
├── <a href="./jszip/">jszip</a><br>
52+
│   └── <a href="./jszip/jszip.min.js">jszip.min.js</a><br>
5153
├── <a href="./libass-wasm/">libass-wasm</a><br>
5254
│   ├── <a href="./libass-wasm/COPYRIGHT">COPYRIGHT</a><br>
5355
│   ├── <a href="./libass-wasm/subtitles-octopus-worker-legacy.js">subtitles-octopus-worker-legacy.js</a><br>
@@ -144,7 +146,7 @@ <h1>Directory Tree</h1><p>
144146
&nbsp;&nbsp;&nbsp; └── <a href="./script/v4.sh">v4.sh</a><br>
145147
<br><br><p>
146148

147-
20 directories, 97 files
149+
21 directories, 98 files
148150

149151
</p>
150152
<hr>

jszip/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="Author" content="Made by 'tree'">
6+
<meta name="GENERATOR" content="tree v2.1.1 © 1996 - 2023 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro">
7+
<title>Directory Tree</title>
8+
<style type="text/css">
9+
BODY { font-family : monospace, sans-serif; color: black;}
10+
P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;}
11+
A:visited { text-decoration : none; margin : 0px; padding : 0px;}
12+
A:link { text-decoration : none; margin : 0px; padding : 0px;}
13+
A:hover { text-decoration: underline; background-color : yellow; margin : 0px; padding : 0px;}
14+
A:active { margin : 0px; padding : 0px;}
15+
.VERSION { font-size: small; font-family : arial, sans-serif; }
16+
.NORM { color: black; }
17+
.FIFO { color: purple; }
18+
.CHAR { color: yellow; }
19+
.DIR { color: blue; }
20+
.BLOCK { color: yellow; }
21+
.LINK { color: aqua; }
22+
.SOCK { color: fuchsia;}
23+
.EXEC { color: green; }
24+
</style>
25+
</head>
26+
<body>
27+
<h1>Directory Tree</h1><p>
28+
<a href="../">👆 回到上一级目录</a><br>
29+
└── <a href="./jszip.min.js">jszip.min.js</a><br>
30+
<br><br><p>
31+
32+
1 directory, 1 file
33+
34+
</p>
35+
<hr>
36+
<p class="VERSION">
37+
tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore <br>
38+
HTML output hacked and copyleft © 1998 by Francesc Rocher <br>
39+
JSON output hacked and copyleft © 2014 by Florian Sesser <br>
40+
Charsets / OS/2 support © 2001 by Kyosuke Tokoro
41+
</p>
42+
</body>
43+
</html>
44+
<style>body { font-family: Arial, sans-serif; } .tree { margin: 20px; } .tree ul { list-style-type: none; margin-left: 20px; padding-left: 1em; position: relative; } .tree ul ul::before { content: ""; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background-color: #ccc; } .tree li { margin: 5px 0; padding-left: 1.5em; position: relative; } .tree li::before { content: ""; display: block; position: absolute; left: 0; top: 0.7em; width: 10px; height: 1px; background-color: #ccc; } .tree a { color: #0366d6; text-decoration: none; } .tree a:hover { text-decoration: underline; } .back-link { font-weight: bold; color: #0366d6; }</style>

0 commit comments

Comments
 (0)