From 7b557d2c649b58b40cc4d36c67273c37628a8b7e Mon Sep 17 00:00:00 2001 From: zhilv Date: Fri, 7 Nov 2025 18:46:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(readme):=20=E4=BF=AE=E5=A4=8D=20README.md?= =?UTF-8?q?=20=E5=86=85=E5=AE=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Server/README.md b/Server/README.md index 5088f97..545b9e3 100644 --- a/Server/README.md +++ b/Server/README.md @@ -5,14 +5,16 @@ https://opensource.org/licenses/MIT --> -## `Node.js` 从基础到项目实践 +## `Node.js` 从基础到项目实践 ### 文件介绍 ```sh . -├── images # 图片资源 -├── test1 # 实验一 -├── test2 # 实验二 -└── test3 # 实验三 +├── 1 # 课堂练习1 +├── 2 # 课堂练习2 +└── tests # 实验文件夹 + ├── test1 # 实验1 + ├── test2 # 实验2 + └── test3 # 实验3 ```