24 lines
434 B
Markdown
24 lines
434 B
Markdown
<!--
|
|
Copyright (c) 2025 zhilv
|
|
|
|
This software is released under the MIT License.
|
|
https://opensource.org/licenses/MIT
|
|
-->
|
|
|
|
## `Web` 前端开发技术
|
|
|
|
### 文件介绍
|
|
|
|
```sh
|
|
.
|
|
├── images # 图片资源
|
|
├── test1 # 实验1
|
|
├── test2 # 实验2
|
|
├── test3 # 实验3
|
|
├── test4 # 实验4
|
|
├── test5 # 实验5
|
|
├── test6 # 实验6
|
|
├── test7 # 实验7
|
|
└── test8 # 实验8
|
|
```
|