diff --git a/MainForm.cs b/MainForm.cs index b526169..6dadae5 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -419,6 +419,31 @@ namespace AppStore "RIME", "https://objects.githubusercontent.com/github-production-release-asset-2e65be/3777237/08e5cfdc-492c-444a-80b3-f8d8caeb5a2a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250614%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250614T012552Z&X-Amz-Expires=300&X-Amz-Signature=9d6c9431a037a9e520d506c917b0286f904a538ee6f95063783939b4c9cf9307&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dweasel-0.17.4.0-installer.exe&response-content-type=application%2Foctet-stream", "img/png/RIME.png")); + + flowPanel.Controls.Add(CreateAppCard( + "PyDebloatX", + "https://ghproxy.net/https://github.com/Teraskull/PyDebloatX/releases/download/1.12.0/PyDebloatX_setup.exe", + "img/ico/PyDebloatX.ico")); + + flowPanel.Controls.Add(CreateAppCard( + "DropPoint", + "https://ghproxy.net/https://github.com/GameGodS3/DropPoint/releases/download/v1.2.1/DropPoint-Setup-1.2.1.exe", + "img/png/DropPoint.png")); + + flowPanel.Controls.Add(CreateAppCard( + "Dnest", + "https://ghproxy.net/https://github.com/davidkane0526/Dnest/releases/download/V1.3.0/Dnest.exe", + "img/png/Dnest.png")); + + flowPanel.Controls.Add(CreateAppCard( + "lockpass", + "https://ghproxy.net/https://github.com/ftyszyx/lockpass/releases/download/v0.0.14/lockpass-0.0.14-win32-x64-setup.exe", + "img/png/lockpass.png")); + + flowPanel.Controls.Add(CreateAppCard( + "WinMerge", + "https://downloads.sourceforge.net/winmerge/WinMerge-2.16.48.2-x64-Setup.exe", + "img/png/winmerge.png")); } private FlowLayoutPanel downloadsFlowPanel = new FlowLayoutPanel(); diff --git a/img/ico/PyDebloatX.ico b/img/ico/PyDebloatX.ico new file mode 100644 index 0000000..2188e1a Binary files /dev/null and b/img/ico/PyDebloatX.ico differ diff --git a/img/png/Dnest.png b/img/png/Dnest.png new file mode 100644 index 0000000..f29d52c Binary files /dev/null and b/img/png/Dnest.png differ diff --git a/img/png/DropPoint.png b/img/png/DropPoint.png new file mode 100644 index 0000000..f41c32e Binary files /dev/null and b/img/png/DropPoint.png differ diff --git a/img/png/Winmerge.png b/img/png/Winmerge.png new file mode 100644 index 0000000..fc0d12d Binary files /dev/null and b/img/png/Winmerge.png differ diff --git a/img/png/lockpass.png b/img/png/lockpass.png new file mode 100644 index 0000000..44bec93 Binary files /dev/null and b/img/png/lockpass.png differ