From 6d80b1285532f293bb4100905c5fe6b9d5cb057f Mon Sep 17 00:00:00 2001 From: joyzhao Date: Sat, 21 Jun 2025 10:05:49 +0800 Subject: [PATCH] refactor: remove stats grid section from homepage The stats grid section was commented out as it's no longer needed on the homepage. This cleanup improves code maintainability by removing unused UI components. --- src/pages/index.astro | 5 +++-- src/pages/zh/index.astro | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 9bc3f57..bac3f7d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -266,7 +266,7 @@ const pageTitle = t('site.title'); -
+
@@ -387,6 +387,7 @@ const pageTitle = t('site.title'); {t('project.tag.business')} +
diff --git a/src/pages/zh/index.astro b/src/pages/zh/index.astro index 9a904d8..b24c066 100644 --- a/src/pages/zh/index.astro +++ b/src/pages/zh/index.astro @@ -266,7 +266,7 @@ const pageTitle = t('site.title');
-
+