From 5f41f57e8da0f19d122de9bf309ae68be6b8726f Mon Sep 17 00:00:00 2001 From: zsyg <3872006562@qq.com> Date: Sat, 5 Jul 2025 14:41:38 +0800 Subject: [PATCH] Add files via upload --- MainForm.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MainForm.cs b/MainForm.cs index 189eec2..cd8a150 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -1021,6 +1021,16 @@ namespace AppStore "https://ghproxy.net/https://github.com/microsoft/terminal/releases/download/v1.22.11141.0/Microsoft.WindowsTerminal_1.22.11141.0_x64.zip", "img/png/terminal.png")); + flowPanel.Controls.Add(CreateAppCard( + "github_cli", + "https://ghproxy.cn/https://github.com/cli/cli/releases/download/v2.74.2/gh_2.74.2_windows_arm64.msi", + "img/png/github_cli.png")); + + flowPanel.Controls.Add(CreateAppCard( + "ReactOS", + "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( "typescript", "https://ghproxy.net/https://github.com/microsoft/TypeScript/releases/download/v5.8.3/typescript-5.8.3.tgz",