From a22ee789b5d64fe2018223f1007feb73d9c09d54 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 23 Mar 2023 20:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/GUI/qml/FirstRun.qml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GUI/qml/FirstRun.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/qml/FirstRun.qml b/src/GUI/qml/FirstRun.qml index ef5048e..802ca1c 100644 --- a/src/GUI/qml/FirstRun.qml +++ b/src/GUI/qml/FirstRun.qml @@ -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 visit our forum.").arg(forumLink)