diff --git a/src/assets/img/about/latest/001.png b/src/assets/img/about/latest/001.png index 767d46d..4261c63 100644 Binary files a/src/assets/img/about/latest/001.png and b/src/assets/img/about/latest/001.png differ diff --git a/src/assets/img/about/latest/002.png b/src/assets/img/about/latest/002.png index 857b3cf..6ac0f50 100644 Binary files a/src/assets/img/about/latest/002.png and b/src/assets/img/about/latest/002.png differ diff --git a/src/assets/img/about/latest/003.png b/src/assets/img/about/latest/003.png index df67531..17fc7e6 100644 Binary files a/src/assets/img/about/latest/003.png and b/src/assets/img/about/latest/003.png differ diff --git a/src/assets/img/about/latest/004.png b/src/assets/img/about/latest/004.png index c839854..a070f17 100644 Binary files a/src/assets/img/about/latest/004.png and b/src/assets/img/about/latest/004.png differ diff --git a/src/assets/img/about/latest/005.png b/src/assets/img/about/latest/005.png index d29ac3a..24d54f6 100644 Binary files a/src/assets/img/about/latest/005.png and b/src/assets/img/about/latest/005.png differ diff --git a/src/assets/img/home/game-swiper-card/02.png b/src/assets/img/about/latest/02.png similarity index 100% rename from src/assets/img/home/game-swiper-card/02.png rename to src/assets/img/about/latest/02.png diff --git a/src/assets/img/home/game-swiper-card/001.png b/src/assets/img/home/game-swiper-card/001.png deleted file mode 100644 index dba5323..0000000 Binary files a/src/assets/img/home/game-swiper-card/001.png and /dev/null differ diff --git a/src/assets/img/home/game-swiper-card/002.png b/src/assets/img/home/game-swiper-card/002.png deleted file mode 100644 index 704cb85..0000000 Binary files a/src/assets/img/home/game-swiper-card/002.png and /dev/null differ diff --git a/src/assets/img/home/game-swiper-card/003.png b/src/assets/img/home/game-swiper-card/003.png deleted file mode 100644 index a571794..0000000 Binary files a/src/assets/img/home/game-swiper-card/003.png and /dev/null differ diff --git a/src/assets/img/home/game-swiper-card/004.png b/src/assets/img/home/game-swiper-card/004.png deleted file mode 100644 index 5fa3fd7..0000000 Binary files a/src/assets/img/home/game-swiper-card/004.png and /dev/null differ diff --git a/src/assets/img/home/game-swiper-card/005.png b/src/assets/img/home/game-swiper-card/005.png deleted file mode 100644 index 3c0060f..0000000 Binary files a/src/assets/img/home/game-swiper-card/005.png and /dev/null differ diff --git a/src/assets/img/home/game-swiper-card/006.png b/src/assets/img/home/game-swiper-card/006.png deleted file mode 100644 index 62b2aec..0000000 Binary files a/src/assets/img/home/game-swiper-card/006.png and /dev/null differ diff --git a/src/components/about/LatestNews.vue b/src/components/about/LatestNews.vue index 36c3286..5a380f2 100644 --- a/src/components/about/LatestNews.vue +++ b/src/components/about/LatestNews.vue @@ -19,7 +19,7 @@ :centeredSlides="true" slidesPerView="3" :spaceBetween="50" - :autoplay="{ delay: 1500, disableOnInteraction: false }" + :autoplay="{ delay: 3000, disableOnInteraction: false }" :coverflowEffect="{ rotate: 0, stretch: 10, @@ -222,6 +222,7 @@ function handleScroll() { opacity: 1; border-radius: 12px; border: 3px solid #04d8d8; + transform: scale(1.005); cursor: pointer; } diff --git a/src/components/home/HeroSwiper.vue b/src/components/home/HeroSwiper.vue index cf6a466..ab5e58b 100644 --- a/src/components/home/HeroSwiper.vue +++ b/src/components/home/HeroSwiper.vue @@ -22,7 +22,7 @@ import { ref, reactive, onMounted } from "vue"; -import { Thumbs, FreeMode, Navigation, EffectFlip } from "swiper"; +import { Thumbs, FreeMode, Navigation, EffectFlip ,Autoplay} from "swiper"; import { Swiper, SwiperSlide } from "swiper/vue"; import { HeroList } from "@/configs/information"; import "swiper/css"; @@ -207,7 +207,7 @@ const heroAvatarList = reactive([ }, ]); -const modules = [FreeMode, Navigation, Thumbs, EffectFlip]; +const modules = [FreeMode, Navigation, Thumbs, EffectFlip,Autoplay]; const heroSwiper = ref(null); const heroThumbsSwiper = ref(null); const activeIndex = ref(0); diff --git a/src/components/home/WeaponSwiper.vue b/src/components/home/WeaponSwiper.vue index 791e86b..6325cdf 100644 --- a/src/components/home/WeaponSwiper.vue +++ b/src/components/home/WeaponSwiper.vue @@ -6,6 +6,7 @@ :slides-per-view="1" :thumbs="{ swiper: weaponThumbsSwiper }" :modules="modules" + :autoplay="{ delay: 3800, disableOnInteraction: false }" :followFinger="false" class="weapon-big" :navigation="{ @@ -73,14 +74,14 @@