From a6b6ef432ee068f20b58554645c1134262f8f44d Mon Sep 17 00:00:00 2001 From: yuyi2439 Date: Sat, 24 May 2025 13:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0MNI=E7=9A=84=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/quickstart/01project/01create-project.md | 2 +- docs/zh/quickstart/01project/01create-project.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/quickstart/01project/01create-project.md b/docs/en/quickstart/01project/01create-project.md index 5c4bac4..ed95a84 100644 --- a/docs/en/quickstart/01project/01create-project.md +++ b/docs/en/quickstart/01project/01create-project.md @@ -4,7 +4,7 @@ lastUpdated: true # Getting Started -MCFPP currently offers two usage methods: directly using the command line or building with Gradle. For simple functionalities, the command line is recommended. Gradle provides more extensive support, such as MNI. +MCFPP currently offers two usage methods: directly using the command line or building with Gradle. For simple functionalities, the command line is recommended. Gradle provides more extensive support, such as [MNI](../11mni/01mni-framework.md). ## Compiling with Command Line diff --git a/docs/zh/quickstart/01project/01create-project.md b/docs/zh/quickstart/01project/01create-project.md index 58f88ef..63141c5 100644 --- a/docs/zh/quickstart/01project/01create-project.md +++ b/docs/zh/quickstart/01project/01create-project.md @@ -4,7 +4,7 @@ lastUpdated: true # 开始使用 -MCFPP目前提供了两种使用方法:直接使用命令行,或者借助Gradle进行构建。如果只是使用简单的功能,推荐使用命令行。Gradle则提供了更多的功能支持,例如MNI。 +MCFPP目前提供了两种使用方法:直接使用命令行,或者借助Gradle进行构建。如果只是使用简单的功能,推荐使用命令行。Gradle则提供了更多的功能支持,例如[MNI](../11mni/01mni-framework.md)。 ## 使用命令行编译