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" } ] }