From 29b423074d3d0e1847a3307a14ccfe27207577b8 Mon Sep 17 00:00:00 2001 From: ck_yeun9 Date: Sat, 28 Dec 2024 14:56:03 +0800 Subject: [PATCH] new version --- EOM.TSHotelManager.FormUI/AppInterface/FrmLoading.cs | 4 ++-- EOM.TSHotelManager.FormUI/EOM.TSHotelManager.FormUI.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EOM.TSHotelManager.FormUI/AppInterface/FrmLoading.cs b/EOM.TSHotelManager.FormUI/AppInterface/FrmLoading.cs index ce8343b..823fe93 100644 --- a/EOM.TSHotelManager.FormUI/AppInterface/FrmLoading.cs +++ b/EOM.TSHotelManager.FormUI/AppInterface/FrmLoading.cs @@ -93,9 +93,9 @@ namespace EOM.TSHotelManager.FormUI UIMessageBox.ShowWarning("最新版本中未找到可更新的 .exe 文件。"); } } - else if (versionCompareResult == 0) + else { - UIMessageBox.ShowInfo("当前已为最新版本,无需更新!"); + UIMessageBox.ShowSuccess("当前已为最新版本,无需更新!"); await Task.Run(() => threadPro()); } } diff --git a/EOM.TSHotelManager.FormUI/EOM.TSHotelManager.FormUI.csproj b/EOM.TSHotelManager.FormUI/EOM.TSHotelManager.FormUI.csproj index c0e3f96..ed6889a 100644 --- a/EOM.TSHotelManager.FormUI/EOM.TSHotelManager.FormUI.csproj +++ b/EOM.TSHotelManager.FormUI/EOM.TSHotelManager.FormUI.csproj @@ -7,7 +7,7 @@ true enable true - 2.8.0.0 + 2.8.1.0 EOM.TSHotelManager.FormUI.Program x64 TS酒店管理系统 -- Gitee