From 26259ef6b257f24a399a0abc387e92e838f4c230 Mon Sep 17 00:00:00 2001 From: zhilv Date: Mon, 17 Nov 2025 21:50:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(docs:server.tests):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/README.md b/Server/README.md index 1bd3949..0243499 100644 --- a/Server/README.md +++ b/Server/README.md @@ -16,6 +16,6 @@ └── tests # 实验文件夹 ├── test1 # 实验1 ├── test2 # 实验2 - ├── test2 # 实验3 - └── test3 # 实验4 + ├── test3 # 实验3 + └── test4 # 实验4 ```