Compare commits

..

6 Commits
v1.3.9 ... main

Author SHA1 Message Date
zsyg
11081dd56b 修改bug 2025-08-10 09:14:51 +08:00
zsyg
005e3f7536 添加图标 2025-08-09 21:45:07 +08:00
zsyg
1997abe601 添加果壳剥壳 2025-08-09 21:44:10 +08:00
zsyg
9b1c74a6a1 Add files via upload 2025-08-06 12:01:12 +08:00
zsyg
5ad3d8ae9f 添加果壳剥壳 2025-08-06 12:00:53 +08:00
zsyg
8019c29abb Add files via upload 2025-08-03 17:12:10 +08:00
2 changed files with 7 additions and 1 deletions

View File

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

BIN
img/png/gkbk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB