From 9dd3f3996fbfee42e85edcb31485495949990c6a Mon Sep 17 00:00:00 2001 From: peterpan Date: Sun, 28 Sep 2025 16:14:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index 74719b2..b4165f2 100644 --- a/doc/README.md +++ b/doc/README.md @@ -7,9 +7,9 @@ --- ## 环境要求 -- **JDK 版本**:JDK 17+(兼容 JDK 11) +- **JDK 版本**:JDK 8 - **依赖库**:纯 Java 项目,无需额外依赖 -- **推荐 IDE**:IntelliJ IDEA(也可通过命令行运行) +- **IDE**:IntelliJ IDEA(也可通过命令行运行) ---