diff --git a/app/components/home/HomeTestimonials.vue b/app/components/home/HomeTestimonials.vue index 2ccad63..2e286db 100644 --- a/app/components/home/HomeTestimonials.vue +++ b/app/components/home/HomeTestimonials.vue @@ -12,10 +12,10 @@ -
+
[...testimonials, ...testimonials]) // 自动滚动状态 const offset = ref(0) -const speed = 0.5 // 每帧移动像素 +const speed = 1.5 // 每帧移动像素 let isPaused = false const cardWidth = 400 + 32 // 卡片宽度 + gap