From 0fded967e13231c747a8e32eb592e33a659c73bb Mon Sep 17 00:00:00 2001 From: ZerkyLiu Date: Mon, 26 Jan 2026 16:46:45 +0100 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=E3=80=8C/=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MainForm.cs b/MainForm.cs index be87601..08c84b9 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -720,10 +720,10 @@ namespace 善学教育积分卡汇率计算器 textBox.Text = string.Join(Environment.NewLine, new[] { "善学教育积分卡汇率计算器", - $"版本号:{Application.ProductVersion}", + "版本号:1.0.0", "作者:ZerkyLiu", $"构建时间:{buildTime}", - $"运行环境:.NET {Environment.Version}", + "运行环境:.NET 4.7", $"系统信息:{Environment.OSVersion}", $"UIAccess状态:{(_uiAccessEnabled ? "已启用" : "未启用")}", "",