From 29e3fa2900da1deb271a61a1c6c1fac7cd971833 Mon Sep 17 00:00:00 2001 From: zzh <838331105@qq.com> Date: Wed, 24 Sep 2025 10:47:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E5=88=B01.4.0=E5=BC=80=E5=8F=91=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 5520fa5..9ca05b5 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -28,7 +28,7 @@ MainWindow::MainWindow(QWidget *parent) settings = new QSettings("TuxiApp", "LightStripSN", this); // 初始化更新相关变量 - currentVersion = "1.3.0"; // 当前程序版本 + currentVersion = "1.4.0"; // 当前程序版本 updateServerUrl = settings->value("updateServerUrl", "http://180.163.74.83:8001/version").toString(); updateNetworkManager = new QNetworkAccessManager(this); updateCheckReply = nullptr;