Skip to content

Commit 680b054

Browse files
committed
Merge branch 'main' of github.com:OpenListTeam/static-asset
2 parents 4839330 + 334297c commit 680b054

File tree

2 files changed

+46
-16
lines changed

2 files changed

+46
-16
lines changed

exceljs/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="./exceljs.min.js">exceljs.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>

index.html

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,7 @@ <h1>Directory Tree</h1><p>
4242
├── <a href="./epub.js/">epub.js</a><br>
4343
│   └── <a href="./epub.js/viewer.html">viewer.html</a><br>
4444
├── <a href="./exceljs/">exceljs</a><br>
45-
│   ├── <a href="./exceljs/LICENSE">LICENSE</a><br>
46-
│   ├── <a href="./exceljs/MODEL.md">MODEL.md</a><br>
47-
│   ├── <a href="./exceljs/README.md">README.md</a><br>
48-
│   ├── <a href="./exceljs/README_zh.md">README_zh.md</a><br>
49-
│   ├── <a href="./exceljs/TODO.txt">TODO.txt</a><br>
50-
│   ├── <a href="./exceljs/UPGRADE-4.0.md">UPGRADE-4.0.md</a><br>
51-
│   ├── <a href="./exceljs/benchmark.js">benchmark.js</a><br>
52-
│   ├── <a href="./exceljs/excel.js">excel.js</a><br>
53-
│   ├── <a href="./exceljs/gruntfile.js">gruntfile.js</a><br>
54-
│   ├── <a href="./exceljs/index.d.ts">index.d.ts</a><br>
55-
│   ├── <a href="./exceljs/index.ts">index.ts</a><br>
56-
│   ├── <a href="./exceljs/lib/">lib</a><br>
57-
│   ├── <a href="./exceljs/package.json">package.json</a><br>
58-
│   ├── <a href="./exceljs/spec/">spec</a><br>
59-
│   └── <a href="./exceljs/tsconfig.json">tsconfig.json</a><br>
45+
│   └── <a href="./exceljs/exceljs.min.js">exceljs.min.js</a><br>
6046
├── <a href="./fonts/">fonts</a><br>
6147
│   ├── <a href="./fonts/MapleMonoNL-CN-Regular.ttf">MapleMonoNL-CN-Regular.ttf</a><br>
6248
│   ├── <a href="./fonts/MapleMonoNL-CN-Regular.woff2">MapleMonoNL-CN-Regular.woff2</a><br>
@@ -158,7 +144,7 @@ <h1>Directory Tree</h1><p>
158144
&nbsp;&nbsp;&nbsp; └── <a href="./script/v4.sh">v4.sh</a><br>
159145
<br><br><p>
160146

161-
22 directories, 109 files
147+
20 directories, 97 files
162148

163149
</p>
164150
<hr>

0 commit comments

Comments
 (0)