chore(about): show bilibili ID instead of personal website.
This commit is contained in:
@@ -43,8 +43,8 @@ public class AboutPage extends StackPane {
|
|||||||
IconedTwoLineListItem author = new IconedTwoLineListItem();
|
IconedTwoLineListItem author = new IconedTwoLineListItem();
|
||||||
author.setImage(new Image("/assets/img/yellow_fish.jpg", 32, 32, false, true));
|
author.setImage(new Image("/assets/img/yellow_fish.jpg", 32, 32, false, true));
|
||||||
author.setTitle("huanghongxun");
|
author.setTitle("huanghongxun");
|
||||||
author.setSubtitle("https://www.huangyuhui.net");
|
author.setSubtitle(i18n("about.author.statement"));
|
||||||
author.setExternalLink("https://www.huangyuhui.net");
|
author.setExternalLink("https://space.bilibili.com/1445341");
|
||||||
|
|
||||||
about.getContent().setAll(launcher, author);
|
about.getContent().setAll(launcher, author);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ about=About
|
|||||||
about.copyright=Copyright
|
about.copyright=Copyright
|
||||||
about.copyright.statement=Copyright (c) 2021 huangyuhui.
|
about.copyright.statement=Copyright (c) 2021 huangyuhui.
|
||||||
about.author=Author
|
about.author=Author
|
||||||
about.author.statement=huanghongxun (hmcl@huangyuhui.net)
|
about.author.statement=Bilibili: @huanghongxun
|
||||||
about.claim=EULA
|
about.claim=EULA
|
||||||
about.claim.statement=Click the link for the whole text.
|
about.claim.statement=Click the link for the whole text.
|
||||||
about.community=Community
|
about.community=Community
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ about=關於
|
|||||||
about.copyright=著作權
|
about.copyright=著作權
|
||||||
about.copyright.statement=著作權所有 (c) 2021 huangyuhui。
|
about.copyright.statement=著作權所有 (c) 2021 huangyuhui。
|
||||||
about.author=作者
|
about.author=作者
|
||||||
about.author.statement=huanghongxun (hmcl@huangyuhui.net)
|
about.author.statement=Bilibili: @huanghongxun
|
||||||
about.claim=用戶協議
|
about.claim=用戶協議
|
||||||
about.claim.statement=點擊連結以查看全文
|
about.claim.statement=點擊連結以查看全文
|
||||||
about.community=社區
|
about.community=社區
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ about=关于
|
|||||||
about.copyright=版权
|
about.copyright=版权
|
||||||
about.copyright.statement=版权所有 (c) 2021 huangyuhui.
|
about.copyright.statement=版权所有 (c) 2021 huangyuhui.
|
||||||
about.author=作者
|
about.author=作者
|
||||||
about.author.statement=huanghongxun (hmcl@huangyuhui.net)
|
about.author.statement=B 站 ID: @huanghongxun
|
||||||
about.claim=用户协议
|
about.claim=用户协议
|
||||||
about.claim.statement=点击链接以查看全文
|
about.claim.statement=点击链接以查看全文
|
||||||
about.community=社区
|
about.community=社区
|
||||||
|
|||||||
Reference in New Issue
Block a user