This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 5398ee24 Update HomeCarousel.vue
5398ee24 is described below
commit 5398ee241bdc32f8040ffb9f574f795e19555822
Author: CritasWang <[email protected]>
AuthorDate: Fri Dec 20 19:00:22 2024 +0800
Update HomeCarousel.vue
---
src/.vuepress/components/HomeCarousel.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/.vuepress/components/HomeCarousel.vue
b/src/.vuepress/components/HomeCarousel.vue
index 107473a9..28623f64 100644
--- a/src/.vuepress/components/HomeCarousel.vue
+++ b/src/.vuepress/components/HomeCarousel.vue
@@ -22,7 +22,7 @@ import { Carousel, Slide, Navigation } from 'vue3-carousel';
import 'vue3-carousel/dist/carousel.css';
const config = {
- autoplay: 2000,
+ autoplay: 5000,
wrapAround: true,
pauseAutoplayOnHover: true,
};