fix(readme): 修复 README.md 内容错误

This commit is contained in:
2025-11-07 18:46:43 +08:00
parent 8c6a730a03
commit 7b557d2c64

View File

@@ -11,8 +11,10 @@
```sh ```sh
. .
├── images # 图片资源 ├── 1 # 课堂练习1
├── test1 # 实验一 ├── 2 # 课堂练习2
── test2 # 实验 ── tests # 实验文件夹
── test3 # 实验 ── test1 # 实验1
├── test2 # 实验2
└── test3 # 实验3
``` ```