diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java index c437f1db6..d15cb28bf 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2021 huangyuhui and contributors + * Copyright (C) 2022 huangyuhui and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -62,7 +62,13 @@ public class AboutPage extends StackPane { bangbang93.setTitle("bangbang93"); bangbang93.setSubtitle(i18n("about.thanks_to.bangbang93.statement")); bangbang93.setExternalLink("https://bmclapi2.bangbang93.com/"); - + + IconedTwoLineListItem glavo = new IconedTwoLineListItem(); + glavo.setImage(new Image("/assets/img/glavo.jpg", 32, 32, false, true)); + glavo.setTitle("Glavo"); + glavo.setSubtitle(i18n("about.thanks_to.glavo.statement")); + glavo.setExternalLink("https://github.com/Glavo"); + IconedTwoLineListItem gamerteam = new IconedTwoLineListItem(); gamerteam.setTitle("gamerteam"); gamerteam.setImage(new Image("/assets/img/gamerteam.jpg", 32, 32, false, true)); @@ -98,7 +104,7 @@ public class AboutPage extends StackPane { contributors.setSubtitle(i18n("about.thanks_to.contributors.statement")); contributors.setExternalLink("https://github.com/huanghongxun/HMCL/graphs/contributors"); - thanks.getContent().setAll(yushijinhun, bangbang93, mcbbs, mcmod, noin, gamerteam, redLnn, contributors); + thanks.getContent().setAll(yushijinhun, bangbang93, glavo, mcbbs, mcmod, noin, gamerteam, redLnn, contributors); } ComponentList community = new ComponentList(); diff --git a/HMCL/src/main/resources/assets/img/glavo.jpg b/HMCL/src/main/resources/assets/img/glavo.jpg new file mode 100644 index 000000000..d99abb4c1 Binary files /dev/null and b/HMCL/src/main/resources/assets/img/glavo.jpg differ diff --git a/HMCL/src/main/resources/assets/lang/I18N.properties b/HMCL/src/main/resources/assets/lang/I18N.properties index 576df7740..bfdcaffa8 100644 --- a/HMCL/src/main/resources/assets/lang/I18N.properties +++ b/HMCL/src/main/resources/assets/lang/I18N.properties @@ -1,6 +1,6 @@ # # Hello Minecraft! Launcher -# Copyright (C) 2021 huangyuhui and contributors +# Copyright (C) 2022 huangyuhui and contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,6 +36,7 @@ about.thanks_to.bangbang93.statement=BMCLAPI download source provider. about.thanks_to.contributors=All contributors who participated in this project via issues, pull requests, etc. about.thanks_to.contributors.statement=Thanks to the open source community for supporting the Hello Minecraft! Launcher about.thanks_to.gamerteam.statement=Default background image provider. +about.thanks_to.glavo.statement=Contributed a lot of technical support to HMCL about.thanks_to.mcbbs=MCBBS about.thanks_to.mcbbs.statement=MCBBS download source provider. about.thanks_to.mcmod=mcmod.cn diff --git a/HMCL/src/main/resources/assets/lang/I18N_ja.properties b/HMCL/src/main/resources/assets/lang/I18N_ja.properties index 9a78c91e1..61f08221c 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_ja.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_ja.properties @@ -1,6 +1,6 @@ # # Hello Minecraft! Launcher -# Copyright (C) 2021 huangyuhui and contributors +# Copyright (C) 2022 huangyuhui and contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,6 +36,7 @@ about.thanks_to.bangbang93.statement=BMCLAPIダウンロードソースプロバ about.thanks_to.contributors=問題、プルリクエストなどを介してこのプロジェクトに参加したすべての貢献者。 about.thanks_to.contributors.statement=Hello Minecraftをサポートしてくれたオープンソースコミュニティに感謝します!ランチャー about.thanks_to.gamerteam.statement=デフォルトの背景画像プロバイダー。 +about.thanks_to.glavo.statement=HMCLに多くのテクニカルサポートを提供 about.thanks_to.mcbbs=MCBBS about.thanks_to.mcbbs.statement=MCBBSダウンロードソースプロバイダー。 about.thanks_to.mcmod=mcmod.cn @@ -998,4 +999,4 @@ version.update=modpackを更新する wizard.prev=< 前へ wizard.failed=失敗 wizard.finish=終了 -wizard.next=次へ > \ No newline at end of file +wizard.next=次へ > diff --git a/HMCL/src/main/resources/assets/lang/I18N_ru.properties b/HMCL/src/main/resources/assets/lang/I18N_ru.properties index 320ba1037..56ca87b81 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_ru.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_ru.properties @@ -35,7 +35,8 @@ about.thanks_to=Отдельная благодарность about.thanks_to.bangbang93.statement=BMCLAPI - поставщик источников скачивания. about.thanks_to.contributors=Всем соавторам, которые участвовали в этом проекте через issues, запросы и т.д. about.thanks_to.contributors.statement=Спасибо сообществу с открытым исходным кодом за поддержку Hello Minecraft! Launcher -about.thanks_to.gamerteam.statement=Поставщику фонового изображения по умолчанию +about.thanks_to.gamerteam.statement=Поставщику фонового изображения по умолчанию. +about.thanks_to.glavo.statement=Оказал большую техническую поддержку HMCL. about.thanks_to.mcbbs=MCBBS about.thanks_to.mcbbs.statement=MCBBS - поставщик источника скачивания about.thanks_to.mcmod=mcmod.cn diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh.properties b/HMCL/src/main/resources/assets/lang/I18N_zh.properties index 28019a03f..46a6fc5f4 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh.properties @@ -1,6 +1,6 @@ # # Hello Minecraft! Launcher -# Copyright (C) 2021 huangyuhui and contributors +# Copyright (C) 2022 huangyuhui and contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,6 +36,7 @@ about.thanks_to.bangbang93.statement=提供 BMCLAPI 下載源,請贊助支持 about.thanks_to.contributors=所有通過 Issues、Pull Requests 等管道參與本項目的貢獻者 about.thanks_to.contributors.statement=沒有開源社區的支持,Hello Minecraft! Launcher 無法走到今天 about.thanks_to.gamerteam.statement=提供預設背景圖 +about.thanks_to.glavo.statement=為 HMCL 貢獻許多技術支持 about.thanks_to.mcbbs=MCBBS 我的世界中文論壇 about.thanks_to.mcbbs.statement=提供 MCBBS 下載源 about.thanks_to.mcmod=MC 百科 diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties index b1f582a0b..888ab8b58 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties @@ -1,6 +1,6 @@ # # Hello Minecraft! Launcher -# Copyright (C) 2021 huangyuhui and contributors +# Copyright (C) 2022 huangyuhui and contributors # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,6 +36,7 @@ about.thanks_to.bangbang93.statement=提供 BMCLAPI 下载源,请赞助支持 about.thanks_to.contributors=所有通过 Issues、Pull Requests 等方式参与本项目的贡献者 about.thanks_to.contributors.statement=没有开源社区的支持,Hello Minecraft! Launcher 无法走到今天 about.thanks_to.gamerteam.statement=提供默认背景图 +about.thanks_to.glavo.statement=为 HMCL 贡献许多技术支持 about.thanks_to.mcbbs=MCBBS 我的世界中文论坛 about.thanks_to.mcbbs.statement=提供 MCBBS 下载源 about.thanks_to.mcmod=MC 百科