chore(about): show bilibili ID instead of personal website.

This commit is contained in:
huanghongxun
2021-09-28 20:42:56 +08:00
parent adb2ed0614
commit ee4c03a427
4 changed files with 5 additions and 5 deletions

View File

@@ -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);
}

View File

@@ -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

View File

@@ -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=社區

View File

@@ -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=社区