顶部

// 核心配置 slidesPerView: 'auto', // 自动根据容器宽度显示幻灯片数量 spaceBetween: 10, // 幻灯片间距 loop: false, // 禁用循环模式(如果条目少可以开启) centeredSlides: false, // 不居中显示 navigation: { // 绑定左右按钮 nextEl: '#matchRight', prevEl: '#matchLeft' }, });