Skip to content

Commit

Permalink
添加 HTML.ZONE (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbikai authored Apr 4, 2024
1 parent 5b7d212 commit e86a808
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Binary file modified src/assets/showcase/chi.miantiao.me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/showcase/html.zone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/showcase/mt.ci.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/sites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const sites: Site[] = [
href: "https://super.town",
thumbnail: "super.town.png",
},
{ title: "面条实验室", href: "https://mt.ci", thumbnail: "mt.ci.png" },
{ title: "mt.ci", href: "https://mt.ci", thumbnail: "mt.ci.png" },
{
title: "chi.miantiao.me",
href: "https://chi.miantiao.me",
Expand Down Expand Up @@ -144,4 +144,9 @@ export const sites: Site[] = [
href: "https://blog.sunguoqi.com",
thumbnail: "blog.sunguoqi.com.png",
},
{
title: "HTML.ZONE",
href: "https://html.zone",
thumbnail: "html.zone.png",
},
];

0 comments on commit e86a808

Please sign in to comment.