From 38d32513f24c937b1a5887537bd8f5907e9508de Mon Sep 17 00:00:00 2001 From: wandong <1938023944@qq.com> Date: Mon, 28 Jul 2025 11:24:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/META-INF/plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 2b72c43..84c91f5 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -24,7 +24,7 @@
  • Automatically generate project README and .gitignore files
  • Usage:

    -

    In IDEA, select "File > New > Create Maven Aggregation Project", then complete the configuration according to the wizard.

    +

    In IDEA, create an empty project (Empty Project), select "File > New > Create Maven Aggregation Project", then complete the configuration according to the wizard.

    Minimum supported version: IntelliJ IDEA 2020.3 and above

    Maven聚合项目快速生成插件,帮助您快速创建标准的多模块Maven项目结构。

    @@ -38,7 +38,7 @@

    使用方法:

    -

    在IDEA中,选择"File > New > Create Maven Aggregation Project",然后按照向导完成配置。

    +

    在IDEA中,首先创建空的工程(Empty Project)。选择"File > New > Create Maven Aggregation Project",然后按照向导完成配置。

    最低支持版本:IntelliJ IDEA 2020.3及以上版本

    ]]>