From ce5f9647768df283d10feee6c4f2b014ed0f90fc Mon Sep 17 00:00:00 2001 From: zsyg <3872006562@qq.com> Date: Sat, 5 Jul 2025 17:57:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BA=94=E7=94=A8=E5=8D=A1?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AboutForm.cs | 2 +- MainForm.cs | 5 +++++ inno/innosetup_x64.iss | 2 +- inno/innosetup_x86.iss | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/AboutForm.cs b/AboutForm.cs index 0cc16ee..a1c252e 100644 --- a/AboutForm.cs +++ b/AboutForm.cs @@ -57,7 +57,7 @@ namespace AppStore // 初始化并添加应用信息 infoLabel = new Label(); - infoLabel.Text = "kortapp-z\n版本: 1.2.1\n作者: zs-yg\n一个简单、开源的应用商店\nkortapp-z是完全免费\n基于.NET8和C/C++的软件"; + infoLabel.Text = "kortapp-z\n版本: 1.2.2\n作者: zs-yg\n一个简单、开源的应用商店\nkortapp-z是完全免费\n基于.NET8和C/C++的软件"; infoLabel.Font = new Font("Microsoft YaHei", 12); infoLabel.AutoSize = false; infoLabel.Width = 300; diff --git a/MainForm.cs b/MainForm.cs index 06f2544..b7167b9 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -1047,6 +1047,11 @@ namespace AppStore "https://ghproxy.cn/https://github.com/reactos/reactos/releases/download/0.4.15-release/ReactOS-0.4.15-release-1-gdbb43bbaeb2-x86-iso.zip", "img/png/ReactOS.png")); + flowPanel.Controls.Add(CreateAppCard( + "Ubuntu桌面发行版", + "https://releases.ubuntu.com/24.04/ubuntu-24.04.2-desktop-amd64.iso", + "img/png/Ubuntu.png")); + flowPanel.Controls.Add(CreateAppCard( "typescript", "https://ghproxy.net/https://github.com/microsoft/TypeScript/releases/download/v5.8.3/typescript-5.8.3.tgz", diff --git a/inno/innosetup_x64.iss b/inno/innosetup_x64.iss index 563cfb9..f9fc1e0 100644 --- a/inno/innosetup_x64.iss +++ b/inno/innosetup_x64.iss @@ -2,7 +2,7 @@ ; 有关创建 Inno Setup 脚本文件的详细信息,请参阅帮助文档! #define MyAppName "kortapp-z" -#define MyAppVersion "1.2.1" +#define MyAppVersion "1.2.2" #define MyAppPublisher "zsyg" #define MyAppURL "https://github.com/zs-yg/kortapp-z" #define MyAppExeName "kortapp-z.exe" diff --git a/inno/innosetup_x86.iss b/inno/innosetup_x86.iss index c79cbe1..bcb4ca7 100644 --- a/inno/innosetup_x86.iss +++ b/inno/innosetup_x86.iss @@ -2,7 +2,7 @@ ; 有关创建 Inno Setup 脚本文件的详细信息,请参阅帮助文档! #define MyAppName "kortapp-z" -#define MyAppVersion "1.2.1" +#define MyAppVersion "1.2.2" #define MyAppPublisher "zsyg" #define MyAppURL "https://github.com/zs-yg/kortapp-z" #define MyAppExeName "kortapp-z.exe"