diff --git a/.vitepress/theme/components/AsideSponsors.vue b/.vitepress/theme/components/AsideSponsors.vue index 36bd1b01..55a52c48 100644 --- a/.vitepress/theme/components/AsideSponsors.vue +++ b/.vitepress/theme/components/AsideSponsors.vue @@ -8,7 +8,7 @@ const { data } = useSponsor() const sponsors = computed(() => { return [ { size: 'small', items: [voidZero] }, - ...(data?.value.map((sponsor) => { + ...(data.value?.map((sponsor) => { return { size: sponsor.size === 'big' ? 'mini' : 'xmini', items: sponsor.items, diff --git a/.vitepress/theme/components/YouTubeVideo.vue b/.vitepress/theme/components/YouTubeVideo.vue index 4aa6c93d..59f05d56 100644 --- a/.vitepress/theme/components/YouTubeVideo.vue +++ b/.vitepress/theme/components/YouTubeVideo.vue @@ -1,4 +1,4 @@ - diff --git a/.vitepress/theme/components/landing/2. feature-section/FeatureCI.vue b/.vitepress/theme/components/landing/2. feature-section/FeatureCI.vue index bb294cde..cf7b3386 100644 --- a/.vitepress/theme/components/landing/2. feature-section/FeatureCI.vue +++ b/.vitepress/theme/components/landing/2. feature-section/FeatureCI.vue @@ -44,7 +44,7 @@ const { startAnimation, isCardActive } = useCardAnimation( () => { glowVisible.value = true }, - null, + undefined, 0.2, ) // Make the glowing lines hidden shortly after @@ -52,7 +52,7 @@ const { startAnimation, isCardActive } = useCardAnimation( () => { glowVisible.value = false }, - null, + undefined, 1.1, ) @@ -62,7 +62,7 @@ const { startAnimation, isCardActive } = useCardAnimation( () => { checkmark.value = true }, - null, + undefined, 1.3 + index * 0.2, ) }) @@ -228,91 +228,91 @@ const { startAnimation, isCardActive } = useCardAnimation( path="M1.00048 119.402L200.243 68.2732C213.283 65.4129 221.832 58.4923 221.832 50.7968V20.323V1" :position="glowPosition" :visible="glowVisible" - :dot-color="false" + :dot-color="undefined" glow-color="#13B351" /> diff --git a/.vitepress/theme/components/landing/2. feature-section/FeatureFlexiblePlugins.vue b/.vitepress/theme/components/landing/2. feature-section/FeatureFlexiblePlugins.vue index d0007f4e..1b8360ff 100644 --- a/.vitepress/theme/components/landing/2. feature-section/FeatureFlexiblePlugins.vue +++ b/.vitepress/theme/components/landing/2. feature-section/FeatureFlexiblePlugins.vue @@ -12,7 +12,7 @@ useSlideIn('#flexible-plugin-system') */ const { isCardActive, startAnimation } = useCardAnimation( '#flexible-plugin-system', - null, + undefined, { once: true, }, diff --git a/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue b/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue index c359d5e2..55b35cfd 100644 --- a/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue +++ b/.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue @@ -1,4 +1,4 @@ -