From 84c5897d9b74241fe82b12ad8e8c68d9230f1f6d Mon Sep 17 00:00:00 2001 From: momen Date: Thu, 11 Sep 2025 22:54:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E6=9B=B4=E6=96=B0=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E6=8F=90=E9=86=92=E5=86=85=E5=AE=B9=E6=9B=B4=E6=96=B0?= 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 102bda6..23dd379 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -258,7 +258,7 @@ void MainWindow::runAptssUpgrade() process.closeWriteChannel(); process.waitForFinished(-1); if (process.exitCode() != 0) { - QMessageBox::warning(this, "升级失败", "执行 sudo aptss ssupdate 失败,请检查系统环境。"); + QMessageBox::warning(this, "升级失败", "执行 sudo aptss ssupdate 失败,请检查系统环境或稍后再试。"); } }