From 98cce0590a1a5be0efd227f956d3f1459c3ce5e4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Sep 2024 12:43:38 +0000 Subject: [PATCH] new --- src/GUI/qml/FirstRun.qml | 2 +- src/GUI/qml/Summary.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/qml/FirstRun.qml b/src/GUI/qml/FirstRun.qml index edf2e2e..a7cb576 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: "经纬航通" + _launcher.versionString + text: "经纬航通 " + _launcher.versionString color: "white" style: Text.Outline styleColor: "black" diff --git a/src/GUI/qml/Summary.qml b/src/GUI/qml/Summary.qml index 396d23d..0c61f60 100644 --- a/src/GUI/qml/Summary.qml +++ b/src/GUI/qml/Summary.qml @@ -70,7 +70,7 @@ Item { margins: Style.strutSize } fontSizeMode: Text.Fit - text: "经纬航通" + text: "经纬航通 " + _launcher.versionString color: "white" style: Text.Outline styleColor: "black"