diff --git a/src/assets/showcase/chi.miantiao.me.png b/src/assets/showcase/chi.miantiao.me.png index bed2e1e..5a036ad 100644 Binary files a/src/assets/showcase/chi.miantiao.me.png and b/src/assets/showcase/chi.miantiao.me.png differ diff --git a/src/assets/showcase/html.zone.png b/src/assets/showcase/html.zone.png new file mode 100644 index 0000000..24a36b6 Binary files /dev/null and b/src/assets/showcase/html.zone.png differ diff --git a/src/assets/showcase/mt.ci.png b/src/assets/showcase/mt.ci.png index e9b6b0d..75a1f9b 100644 Binary files a/src/assets/showcase/mt.ci.png and b/src/assets/showcase/mt.ci.png differ diff --git a/src/sites.ts b/src/sites.ts index 5c1149b..518a866 100644 --- a/src/sites.ts +++ b/src/sites.ts @@ -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", @@ -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", + }, ];