From 8ecaaf1c450bda38e3044e3853b873f184ba5842 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sat, 15 Jun 2024 14:43:07 +0800 Subject: [PATCH] chore: tweak --- .../themes/components/HeroTintPlateConfig.vue | 4 +-- .../src/client/components/Blog/VPPostList.vue | 2 +- .../components/Home/{Home.vue => VPHome.vue} | 36 +++++++++---------- .../Home/{HomeBanner.vue => VPHomeBanner.vue} | 26 +++++++------- .../Home/{HomeBox.vue => VPHomeBox.vue} | 13 ++++--- .../Home/{HomeCustom.vue => VPHomeCustom.vue} | 8 ++--- .../{HomeFeature.vue => VPHomeFeature.vue} | 6 ++-- .../{HomeFeatures.vue => VPHomeFeatures.vue} | 12 +++---- .../Home/{HomeHero.vue => VPHomeHero.vue} | 24 ++++++------- .../{HomeProfile.vue => VPHomeProfile.vue} | 20 +++++------ ...{HomeTextImage.vue => VPHomeTextImage.vue} | 16 ++++----- theme/src/client/components/VPContent.vue | 4 +-- theme/src/client/config.ts | 6 ++-- theme/src/client/index.ts | 25 ++++++++----- 14 files changed, 105 insertions(+), 97 deletions(-) rename theme/src/client/components/Home/{Home.vue => VPHome.vue} (77%) rename theme/src/client/components/Home/{HomeBanner.vue => VPHomeBanner.vue} (88%) rename theme/src/client/components/Home/{HomeBox.vue => VPHomeBox.vue} (89%) rename theme/src/client/components/Home/{HomeCustom.vue => VPHomeCustom.vue} (59%) rename theme/src/client/components/Home/{HomeFeature.vue => VPHomeFeature.vue} (96%) rename theme/src/client/components/Home/{HomeFeatures.vue => VPHomeFeatures.vue} (92%) rename theme/src/client/components/Home/{HomeHero.vue => VPHomeHero.vue} (88%) rename theme/src/client/components/Home/{HomeProfile.vue => VPHomeProfile.vue} (82%) rename theme/src/client/components/Home/{HomeTextImage.vue => VPHomeTextImage.vue} (90%) diff --git a/docs/.vuepress/themes/components/HeroTintPlateConfig.vue b/docs/.vuepress/themes/components/HeroTintPlateConfig.vue index 8f941a9a..d147644c 100644 --- a/docs/.vuepress/themes/components/HeroTintPlateConfig.vue +++ b/docs/.vuepress/themes/components/HeroTintPlateConfig.vue @@ -1,5 +1,5 @@