From ee3ddf7732d3adbb634df87b266de7733618e78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=90=E6=A5=9A=5Czhuzi?= Date: Mon, 13 Mar 2023 21:32:29 +0800 Subject: [PATCH] update --- example/page/AboutPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/page/AboutPage.qml b/example/page/AboutPage.qml index 813a963..c41fb2e 100644 --- a/example/page/AboutPage.qml +++ b/example/page/AboutPage.qml @@ -34,7 +34,7 @@ FluWindow { fontStyle: FluText.Title } FluText{ - text:"v1.0.6" + text:"v1.0.7" fontStyle: FluText.Body Layout.alignment: Qt.AlignBottom }