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 3d0ed9181..9c40d936d 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 @@ -43,8 +43,8 @@ public class AboutPage extends StackPane { IconedTwoLineListItem author = new IconedTwoLineListItem(); author.setImage(new Image("/assets/img/yellow_fish.jpg", 32, 32, false, true)); author.setTitle("huanghongxun"); - author.setSubtitle("https://www.huangyuhui.net"); - author.setExternalLink("https://www.huangyuhui.net"); + author.setSubtitle(i18n("about.author.statement")); + author.setExternalLink("https://space.bilibili.com/1445341"); about.getContent().setAll(launcher, author); } diff --git a/HMCL/src/main/resources/assets/lang/I18N.properties b/HMCL/src/main/resources/assets/lang/I18N.properties index baf360b1e..9fa60ab51 100644 --- a/HMCL/src/main/resources/assets/lang/I18N.properties +++ b/HMCL/src/main/resources/assets/lang/I18N.properties @@ -21,7 +21,7 @@ about=About about.copyright=Copyright about.copyright.statement=Copyright (c) 2021 huangyuhui. about.author=Author -about.author.statement=huanghongxun (hmcl@huangyuhui.net) +about.author.statement=Bilibili: @huanghongxun about.claim=EULA about.claim.statement=Click the link for the whole text. about.community=Community diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh.properties b/HMCL/src/main/resources/assets/lang/I18N_zh.properties index f22b9ec5f..b8f88ef5b 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh.properties @@ -21,7 +21,7 @@ about=關於 about.copyright=著作權 about.copyright.statement=著作權所有 (c) 2021 huangyuhui。 about.author=作者 -about.author.statement=huanghongxun (hmcl@huangyuhui.net) +about.author.statement=Bilibili: @huanghongxun about.claim=用戶協議 about.claim.statement=點擊連結以查看全文 about.community=社區 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 88bc16cee..c3d2a992b 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties @@ -21,7 +21,7 @@ about=关于 about.copyright=版权 about.copyright.statement=版权所有 (c) 2021 huangyuhui. about.author=作者 -about.author.statement=huanghongxun (hmcl@huangyuhui.net) +about.author.statement=B 站 ID: @huanghongxun about.claim=用户协议 about.claim.statement=点击链接以查看全文 about.community=社区