From 9faa32e985085cb4be9107f9e0b4415b48cb4aa1 Mon Sep 17 00:00:00 2001 From: zsyg <3872006562@qq.com> Date: Sun, 22 Jun 2025 10:41:33 +0800 Subject: [PATCH] Add files via upload --- AboutForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AboutForm.cs b/AboutForm.cs index 1a9a9b9..ab8fb95 100644 --- a/AboutForm.cs +++ b/AboutForm.cs @@ -50,7 +50,7 @@ namespace AppStore // 初始化并添加应用信息 infoLabel = new Label(); - infoLabel.Text = "kortapp-z\n版本: 1.0.1\n作者: zs-yg\n一个简单、开源的应用商店\nkortapp-z是完全免费\n基于.NET8和C++的软件"; + infoLabel.Text = "kortapp-z\n版本: 1.0.2\n作者: zs-yg\n一个简单、开源的应用商店\nkortapp-z是完全免费\n基于.NET8和C++的软件"; infoLabel.Font = new Font("Microsoft YaHei", 12); infoLabel.AutoSize = false; infoLabel.Width = 300;