添加果壳剥壳

This commit is contained in:
zsyg
2025-08-06 12:00:53 +08:00
committed by GitHub
parent 8019c29abb
commit 5ad3d8ae9f

View File

@@ -867,6 +867,13 @@ namespace AppStore
card2.Description = "程序员问答社区,解决各种编程问题";
card2.WebSiteUrl = "https://stackoverflow.com";
websitesFlowPanel.Controls.Add(card2);
var card3 = new WebSiteCards();
card2.WebSiteName = "果核剥壳";
card2.WebSiteIconPath = "img/png/gkbk.png";
card2.Description = "互联网的净土,分享互联网的精神与价值";
card2.WebSiteUrl = "https://www.ghxi.com/";
websitesFlowPanel.Controls.Add(card3);
}
private void ShowAboutView()