Browse Source

fix(compiler): fix

shylock 1 năm trước cách đây
mục cha
commit
b3fbda37b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/DataBoard/index.tsx

+ 1 - 1
src/pages/DataBoard/index.tsx

@@ -126,7 +126,7 @@ const DataBoard: React.FC = () => {
   const settings = {
     dots: false, //圆点显示(false隐藏)
     infinite: true, //无限的环绕内容
-    autoplay: false, //自动播放,速度默认为(3000毫秒)
+    autoplay: true, //自动播放,速度默认为(3000毫秒)
     speed: 500, //自动播放速度(毫秒)
     slidesToShow: 2, //在一帧中显示2张卡片
     slidesToScroll: 1, //一次滚动2张卡片