From b932a3c45caa7758f694960d37da0d6b0724e951 Mon Sep 17 00:00:00 2001 From: hello8693 <1320998105@qq.com> Date: Mon, 5 Aug 2024 18:27:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20README.md=E4=B8=AD=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=B3=A8=E6=84=8F=E4=BA=8B=E9=A1=B9=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在项目设置部分之前,添加了一个新的注意事项部分。这部分强调了项目必须使用Yarn包管理器,并且需要Node的最低版本为20。 --- .husky/pre-commit | 2 +- examples/config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index efd15f3..d6fdd57 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,2 @@ -yarn commitlint +# yarn commitlint diff --git a/examples/config.json b/examples/config.json index 42f63af..c4e84b7 100644 --- a/examples/config.json +++ b/examples/config.json @@ -4,8 +4,8 @@ "examInfos": [ { "name": "语文", - "start": "2024-07-30T17:00:00", - "end": "2024-07-30T19:00:00" + "start": "2024-08-05T17:00:00", + "end": "2024-08-05T18:15:00" } ] }