From 7918b333e68542efcd8ae453ea4808f7fabb3bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=9E=E5=BA=90?= <109708109+CiiLu@users.noreply.github.com> Date: Wed, 30 Jul 2025 15:34:29 +0800 Subject: [PATCH] =?UTF-8?q?README=20=E6=B7=BB=E5=8A=A0=20CurseForge=20API?= =?UTF-8?q?=20Key=20=E8=A6=86=E5=86=99=E5=8F=82=E6=95=B0=20(#4147)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + README_cn.md | 3 ++- README_tw.md | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f58226bd..db048dcb5 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,4 @@ Make sure you have Java 11 or later installed. | `-Dhmcl.native.encoding=` | Override the native encoding | | `-Dhmcl.microsoft.auth.id=` | Override Microsoft OAuth App ID | | `-Dhmcl.microsoft.auth.secret=` | Override Microsoft OAuth App Secret | +| `-Dhmcl.curseforge.apikey=` | Override CurseForge API Key | diff --git a/README_cn.md b/README_cn.md index f525e973c..c97c3ce8d 100644 --- a/README_cn.md +++ b/README_cn.md @@ -68,4 +68,5 @@ HMCL 有着强大的跨平台能力。它不仅支持 Windows、Linux、macOS | `-Dhmcl.openjfx.repo=` | 添加用于下载 OpenJFX 的自定义 Maven 仓库 | | `-Dhmcl.native.encoding=` | 覆盖原生编码 | | `-Dhmcl.microsoft.auth.id=` | 覆盖 Microsoft OAuth App ID | -| `-Dhmcl.microsoft.auth.secret=` | 覆盖 Microsoft OAuth App 密钥 | \ No newline at end of file +| `-Dhmcl.microsoft.auth.secret=` | 覆盖 Microsoft OAuth App 密钥 | +| `-Dhmcl.curseforge.apikey=` | 覆盖 CurseForge API 密钥 | diff --git a/README_tw.md b/README_tw.md index c105354aa..d130827ea 100644 --- a/README_tw.md +++ b/README_tw.md @@ -68,4 +68,5 @@ HMCL 有著強大的跨平臺能力。它不僅支援 Windows、Linux、macOS | `-Dhmcl.openjfx.repo=` | 添加用於下載 OpenJFX 的自訂 Maven 倉庫 | | `-Dhmcl.native.encoding=` | 覆蓋原生編碼 | | `-Dhmcl.microsoft.auth.id=` | 覆蓋 Microsoft OAuth App ID | -| `-Dhmcl.microsoft.auth.secret=` | 覆蓋 Microsoft OAuth App 金鑰 | \ No newline at end of file +| `-Dhmcl.microsoft.auth.secret=` | 覆蓋 Microsoft OAuth App 金鑰 | +| `-Dhmcl.curseforge.apikey=` | 覆蓋 CurseForge API 金鑰 |