mirror of
https://github.com/zs-yg/kortapp-z.git
synced 2025-12-06 16:10:42 +08:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11081dd56b | ||
|
|
005e3f7536 | ||
|
|
1997abe601 | ||
|
|
9b1c74a6a1 | ||
|
|
5ad3d8ae9f | ||
|
|
8019c29abb |
@@ -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
BIN
img/png/gkbk.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user