diff --git a/MainForm.cs b/MainForm.cs index d50d9d8..06f2544 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -786,6 +786,11 @@ namespace AppStore "https://ghproxy.net/https://github.com/msys2/msys2-installer/releases/download/2025-02-21/msys2-x86_64-20250221.exe", "img/png/MSYS2.png")); + flowPanel.Controls.Add(CreateAppCard( + "OpenJDK by Azul JDKs", + "https://cdn.azul.com/zulu/bin/zulu21.42.19-ca-jdk21.0.7-win_x64.msi", + "img/png/Azul_JDKs.png")); + flowPanel.Controls.Add(CreateAppCard( ".NET SDK 8.0", "https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/sdk-8.0.411-windows-x64-installer", @@ -821,6 +826,16 @@ namespace AppStore "https://ghproxy.net/https://github.com/game1024/OpenSpeedy/releases/download/v1.7.1/OpenSpeedy-v1.7.1.zip", "img/png/openspeedy.png")); + flowPanel.Controls.Add(CreateAppCard( + "Final2x", + "https://ghproxy.net/https://github.com/Tohrusky/Final2x/releases/download/2024-12-14/Final2x-windows-x64-setup.exe", + "img/png/Final2x.png")); + + flowPanel.Controls.Add(CreateAppCard( + "Pixpin", + "https://download.pixpin.cn/PixPin_2.0.0.3.exe", + "img/png/pixpin.png")); + flowPanel.Controls.Add(CreateAppCard( "QuickLook", "https://ghproxy.net/https://github.com/QL-Win/QuickLook/releases/download/4.0.2/QuickLook-4.0.2.exe",