更新 'src/GUI/qml/FirstRun.qml'
This commit is contained in:
parent
e72e097e15
commit
a22ee789b5
@ -67,7 +67,7 @@ Item {
|
|||||||
|
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
fontSizeMode: Text.Fit
|
fontSizeMode: Text.Fit
|
||||||
text: "经纬航通 2022.4.0" //+ _launcher.versionString
|
text: "经纬航通 2023.4.0" //+ _launcher.versionString
|
||||||
color: "white"
|
color: "white"
|
||||||
style: Text.Outline
|
style: Text.Outline
|
||||||
styleColor: "black"
|
styleColor: "black"
|
||||||
@ -94,7 +94,7 @@ Item {
|
|||||||
color: "white"
|
color: "white"
|
||||||
wrapMode: Text.WordWrap
|
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)
|
text: qsTr("Welcome to FGFS, We hope you enjoy it. please <a %1>visit our forum</a>.").arg(forumLink)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user