From 600dc0fd5bd29c0880472fdac917a6a84e66144e Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Sun, 15 Mar 2026 13:41:39 +0800 Subject: [PATCH] feat(theme): update homepage with Apple-style design and add footer - Change hero button from "Course Outline" to "GitHub" linking to repository - Update color scheme to Apple blue gradient and refine button styles - Add Apple-style footer with localized content, breadcrumb, and policy links - Introduce top promotional banner with localized call-to-action - Improve responsive design and adjust spacing for better visual hierarchy --- .../theme/components/HomeFeatures.vue | 980 ++++++++++++++---- docs/.vitepress/theme/style.css | 35 +- docs/en/index.md | 4 +- docs/public/sitemap.xml | 2 +- 4 files changed, 787 insertions(+), 234 deletions(-) diff --git a/docs/.vitepress/theme/components/HomeFeatures.vue b/docs/.vitepress/theme/components/HomeFeatures.vue index 8e4e086..f71c1c6 100644 --- a/docs/.vitepress/theme/components/HomeFeatures.vue +++ b/docs/.vitepress/theme/components/HomeFeatures.vue @@ -1,5 +1,5 @@