更新链接 (#2696)

This commit is contained in:
Glavo 2024-01-27 19:06:28 +08:00 committed by GitHub
parent 207b4d0033
commit d286f93a7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,13 +110,13 @@ public class AboutPage extends StackPane {
{ {
IconedTwoLineListItem javafx = new IconedTwoLineListItem(); IconedTwoLineListItem javafx = new IconedTwoLineListItem();
javafx.setTitle("JavaFX"); javafx.setTitle("JavaFX");
javafx.setSubtitle("Copyright © 2013, 2023, Oracle and/or its affiliates.\nLicensed under the GPL 2 with Classpath Exception."); javafx.setSubtitle("Copyright © 2013, 2024, Oracle and/or its affiliates.\nLicensed under the GPL 2 with Classpath Exception.");
javafx.setExternalLink("https://openjfx.io/"); javafx.setExternalLink("https://openjfx.io/");
IconedTwoLineListItem jfoenix = new IconedTwoLineListItem(); IconedTwoLineListItem jfoenix = new IconedTwoLineListItem();
jfoenix.setTitle("JFoenix"); jfoenix.setTitle("JFoenix");
jfoenix.setSubtitle("Copyright © 2016 JFoenix.\nLicensed under the MIT License."); jfoenix.setSubtitle("Copyright © 2016 JFoenix.\nLicensed under the MIT License.");
jfoenix.setExternalLink("http://www.jfoenix.com/"); jfoenix.setExternalLink("https://github.com/sshahine/JFoenix");
IconedTwoLineListItem gson = new IconedTwoLineListItem(); IconedTwoLineListItem gson = new IconedTwoLineListItem();
gson.setTitle("Gson"); gson.setTitle("Gson");
@ -126,7 +126,7 @@ public class AboutPage extends StackPane {
IconedTwoLineListItem xz = new IconedTwoLineListItem(); IconedTwoLineListItem xz = new IconedTwoLineListItem();
xz.setTitle("XZ for Java"); xz.setTitle("XZ for Java");
xz.setSubtitle("Lasse Collin, Igor Pavlov, and/or Brett Okken.\nPublic Domain."); xz.setSubtitle("Lasse Collin, Igor Pavlov, and/or Brett Okken.\nPublic Domain.");
xz.setExternalLink("https://tukaani.org/xz/java.html"); xz.setExternalLink("https://xz.tukaani.org/xz-for-java/");
IconedTwoLineListItem fxgson = new IconedTwoLineListItem(); IconedTwoLineListItem fxgson = new IconedTwoLineListItem();
fxgson.setTitle("fx-gson"); fxgson.setTitle("fx-gson");
@ -141,7 +141,7 @@ public class AboutPage extends StackPane {
IconedTwoLineListItem openNBT = new IconedTwoLineListItem(); IconedTwoLineListItem openNBT = new IconedTwoLineListItem();
openNBT.setTitle("OpenNBT"); openNBT.setTitle("OpenNBT");
openNBT.setSubtitle("Copyright © 2013-2021 Steveice10.\nLicensed under the MIT License."); openNBT.setSubtitle("Copyright © 2013-2021 Steveice10.\nLicensed under the MIT License.");
openNBT.setExternalLink("https://github.com/Steveice10/OpenNBT"); openNBT.setExternalLink("https://github.com/GeyserMC/OpenNBT");
IconedTwoLineListItem minecraftJFXSkin = new IconedTwoLineListItem(); IconedTwoLineListItem minecraftJFXSkin = new IconedTwoLineListItem();
minecraftJFXSkin.setTitle("minecraft-jfx-skin"); minecraftJFXSkin.setTitle("minecraft-jfx-skin");