-
Notifications
You must be signed in to change notification settings - Fork 1
/
tree.txt
77 lines (76 loc) · 1.74 KB
/
tree.txt
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.
|-- Index 首页
| |-- Index.js
| |-- mainImage
| | |-- Page1.1.jpg
| | `--...
| |-- naviPage.css
| |-- 传送门.mp4
| `-- 轮播图.html
|-- font 字体文件
| |-- font-style.ttf
| `-- font.css
|-- he 老图书馆和万林博物馆
| |-- Library 老图书馆
| | |-- Library.css
| | |-- Library.html
| | |-- Library.js
| | `-- source
| | |-- img
| | | |-- begin.png
| | | |--...
| | `-- last-page-img
| | |-- last1.png
| | `--...
| `-- Museum 万林艺术博物馆
| |-- Museum.css
| |-- Museum.html
| |-- Museum.js
| |-- jquery-3.6.1.js
| `-- source
| |-- font
| |-- img
| | |-- front-page .jpg
| | `-- ...
| `-- video
| `-- Museum.mp4
|-- lu 牌坊,宋卿,行政楼
| |--介绍
| | |-- example.css
| | |-- example.html
| | |-- example.js
| | `-- sources
| | `-- img
| | |-- bj.jpg
| | `-- ...
| `-- 预览
| |-- bg.jpg
| |-- page2.css
| |-- page2.html
| |-- page2.js
| `-- sources
| |-- img
| | |-- bg2.jpg
| | `-- ...
| `-- video
| `-- whu.mp4
`-- zhao 樱花城堡
|-- imgs
| |-- 1-1.jpg
| `-- ...
|-- zhao-css
| |-- zhao-first.css
| |-- zhao-fourth.css
| |-- zhao-second.css
| `-- zhao-third.css
|-- zhao-html
| |-- zhao-first.html
| |-- zhao-fourth.html
| |-- zhao-second.html
| `-- zhao-third.html
`-- zhao-js
|-- jquery-3.6.1.js
|-- zhao-first.js
|-- zhao-fourth.js
|-- zhao-second.js
`-- zhao-third.js