From 9788338b65397e7953f069740866010f10386796 Mon Sep 17 00:00:00 2001 From: Glavo Date: Tue, 6 May 2025 21:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E2=80=9C=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E2=80=9D=E9=A1=B5=E9=9D=A2=20(#3895)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HMCL/src/main/resources/assets/about/deps.json | 5 +++++ HMCL/src/main/resources/assets/about/thanks.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HMCL/src/main/resources/assets/about/deps.json b/HMCL/src/main/resources/assets/about/deps.json index 5b0cf6847..bdfd53199 100644 --- a/HMCL/src/main/resources/assets/about/deps.json +++ b/HMCL/src/main/resources/assets/about/deps.json @@ -58,5 +58,10 @@ "title" : "SimplePNG", "subtitle" : "Copyright © 2023 Glavo.\nLicensed under the Apache 2.0 License.", "externalLink" : "https://github.com/Glavo/SimplePNG" + }, + { + "title" : "Java Native Access", + "subtitle" : "Licensed under the LGPL 2.1 License or the Apache 2.0 License.", + "externalLink" : "https://github.com/java-native-access/jna" } ] \ No newline at end of file diff --git a/HMCL/src/main/resources/assets/about/thanks.json b/HMCL/src/main/resources/assets/about/thanks.json index 189ff3012..203b157e2 100644 --- a/HMCL/src/main/resources/assets/about/thanks.json +++ b/HMCL/src/main/resources/assets/about/thanks.json @@ -50,7 +50,8 @@ { "image" : "/assets/img/red_lnn.png", "title" : "Red_lnn", - "subtitleLocalized" : "about.thanks_to.red_lnn.statement" + "subtitleLocalized" : "about.thanks_to.red_lnn.statement", + "externalLink" : "https://redlnn.top" }, { "image" : "/assets/img/mcmod.png",