更新 'src/GUI/qml/FirstRun.qml'

next
zhongjin 2 years ago
parent e72e097e15
commit a22ee789b5

@ -67,7 +67,7 @@ Item {
horizontalAlignment: Text.AlignHCenter
fontSizeMode: Text.Fit
text: "经纬航通 2022.4.0" //+ _launcher.versionString
text: "经纬航通 2023.4.0" //+ _launcher.versionString
color: "white"
style: Text.Outline
styleColor: "black"
@ -94,7 +94,7 @@ Item {
color: "white"
wrapMode: Text.WordWrap
readonly property string forumLink: "href=\"https://forum.jingweiht.com\"";
readonly property string forumLink: "href=\"https://www.jingweiht.com/fgfs/forum/\"";
text: qsTr("Welcome to FGFS, We hope you enjoy it. please <a %1>visit our forum</a>.").arg(forumLink)

Loading…
Cancel
Save