From 23afed376921e15f25d79d18c5f9b66734f700bb Mon Sep 17 00:00:00 2001 From: zzh <838331105@qq.com> Date: Thu, 11 Sep 2025 09:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9OTA=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b5c6bf6..7bd980b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -330,8 +330,8 @@ void MainWindow::setupUI() { // OTA按钮 QHBoxLayout *otaButtonLayout = new QHBoxLayout(); - otaUpgradeBtn = new QPushButton("升级到1.1.41", this); - otaDowngradeBtn = new QPushButton("降级到1.1.40", this); + otaUpgradeBtn = new QPushButton("升级", this); + otaDowngradeBtn = new QPushButton("降级", this); otaButtonLayout->addWidget(otaUpgradeBtn); otaButtonLayout->addWidget(otaDowngradeBtn); otaLayout->addLayout(otaButtonLayout);